# HG changeset patch # User Henry S. Thompson # Date 1659290821 -3600 # Node ID e67a5ecd61983687bff3ae521bf5c923a4aa9c10 # Parent 99bfff1538c68b1f9311333d0e39a96296601657 add [-u] to usage (?) diff -r 99bfff1538c6 -r e67a5ecd6198 mailer.py --- a/mailer.py Sun Jul 31 19:01:54 2022 +0100 +++ b/mailer.py Sun Jul 31 19:07:01 2022 +0100 @@ -1,6 +1,6 @@ #!/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] [-f from] [-m .sigfilename] COLSPEC[,COLSPEC]* subject {addr-file|-} body-file +Usage: mailer.py [-n] [-s] [-C cc string] [-c COLSPEC[,COLSPEC]*] [-B bcc string] [-b COLSPEC[,COLSPEC]*] [-S col[,col]*] [-a COLSPEC[,COLSPEC]*] [-u] [-p COLPAT]* [-SA file[,file]*] [-R reply-to] [-f from] [-m .sigfilename] COLSPEC[,COLSPEC]* subject {addr-file|-} body-file Sends the body as a message from me with subject to destinations per lines in the addr-file selected by COLSPECs (to:) or -c/-b COLSPECs (Cc:/Bcc:)