Newsletter.py: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Mati (Diskussion | Beiträge) (Created page with 'The newsletter-script is a rather simple little script that takes a plain text file (along with optional header and footer) and sends it over the wire. It expects a list of addre…') |
Mati (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
The newsletter-script is a rather simple little script that takes a plain text file (along with optional header and footer) and sends it over the wire. It expects a list of addresses (one per line) in another file and also supports a blacklist in the same format. You can get the script from our SVN-repo at [http://svn.fsinf.at/fs/newsletter svn.fsinf.at/fs/newsletter] ([https://websvn.fsinf.at/listing.php?repname=fs&path=%2Fnewsletter%2F&rev=0 WebSVN]) | The newsletter-script is a rather simple little script that takes a plain text file (along with optional header and footer) and sends it over the wire. It expects a list of addresses (one per line) in another file and also supports a blacklist in the same format. You can get the script from our SVN-repo at [http://svn.fsinf.at/fs/newsletter svn.fsinf.at/fs/newsletter] ([https://websvn.fsinf.at/listing.php?repname=fs&path=%2Fnewsletter%2F&rev=0 WebSVN]) | ||
For further documentation, see the -h option of the script. |
Version vom 28. Januar 2010, 13:11 Uhr
The newsletter-script is a rather simple little script that takes a plain text file (along with optional header and footer) and sends it over the wire. It expects a list of addresses (one per line) in another file and also supports a blacklist in the same format. You can get the script from our SVN-repo at svn.fsinf.at/fs/newsletter (WebSVN)
For further documentation, see the -h option of the script.