]> Pileus Git - ~andy/fetchmail/blobdiff - contrib/README
Correct title/topic, remove dates (6.3.22 isn't out yet), and re-sign.
[~andy/fetchmail] / contrib / README
index 281a3926e58955cc79141aa49b0862de680f1112..7c6e6e8f859c0d88369c5c8c4c3634aba0fa317c 100644 (file)
@@ -78,12 +78,12 @@ figure out why sendmail is slow, however.
 
 This is a shell script for creating a $HOME/.fetchmailrc file, it will ask
 you some questions and based on your answers it will create a .fetchmailrc
-file, fetchsetup is linux specific so it may not work on another operating
+file. fetchsetup is linux specific so it may not work on another operating
 system.
 
 ### mailqueue.pl:
 
-This script will connect to your isp (if not already connected),
+This script will connect to your ISP (if not already connected),
 send any outgoing mail and retrieve any incoming mail.  If this
 program made the connection, it will also break the connection
 when it is done.  By Bill Adams, <bill@evil.inetarena.com>.  The
@@ -184,8 +184,7 @@ Watchdog script to check whether fetchmail is working in daemon mode.
 ### mold-remover.py
 
 A short python script to remove old read mail from a pop3 mailserver.
-Dovetails with fetchmail with keep option.
-Run it as a cron job...
+Dovetails with fetchmail with keep option.  Run it as a cron job.
 
 ### PopDel.py
 
@@ -197,3 +196,9 @@ pop mail server. (By Richard Harris, improved by Joshua Crawford.)
 A logrotate configuration file developped by Daniel Leidert for Debian,
 when he wanted to use /var/log/fetchmail instead of the usual syslog.
 It probably needs to be adjusted for use on other systems.
+
+### delete-later (added 2007-03-17, --ma)
+
+A MySQL/Tcl/Expect-based client-side script to remove messages at a
+certain age.  See delete-later.README for details.
+(By Carsten Ralle, Yoo GmbH, Germany.)