# HG changeset patch # User Henry S. Thompson # Date 1612121739 0 # Node ID b1ec44d254c6d20408506436468ebc5e29c6699a # Parent bd1db1ed4c2514e1553f32d2c0ef7f4b1a077428 stick with 2.7 for the time being diff -r bd1db1ed4c25 -r b1ec44d254c6 mailer.py --- 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