diff mailer.py @ 20:b1ec44d254c6

stick with 2.7 for the time being
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Sun, 31 Jan 2021 19:35:39 +0000
parents 2d7c91f89f6b
children 69a494ef1a58
line wrap: on
line diff
--- a/mailer.py	Mon Mar 09 17:39:38 2020 +0000
+++ b/mailer.py	Sun Jan 31 19:35:39 2021 +0000
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2.7
 '''Attempt at flexible mailout functionality
 Usage: mailer.py [-n] [-s] [-C cc string] [-c COLSPEC[,COLSPEC]*] [-B bcc string] [-b COLSPEC[,COLSPEC]*] [-S col[,col]*] [-a COLSPEC[,COLSPEC]*] [-p COLPAT]* [-SA file[,file]*] [-R reply-to] COLSPEC[,COLSPEC]* subject {addr-file|-} body-file