]> Pileus Git - ~andy/fetchmail/blobdiff - contrib/README
Merge branch 'legacy_63'
[~andy/fetchmail] / contrib / README
index da849827020247fe3e74cc813e68f2cea3a6125d..607e1642e25cb63c69bddb0919ade9c557c5feca 100644 (file)
@@ -74,52 +74,12 @@ program made the connection, it will also break the connection
 when it is done.  By Bill Adams, <bill@evil.inetarena.com>.  The
 latest version is carried at <http://evil.inetarena.com/>.
 
-### redhat_rc:
-
-A fetchmail boot-time init file compatible with RedHat 5.1.  It leaves
-fetchmail in background to get messages when you connect to your ISP.
-The invoked fetchmail expects to find its configuration in
-/etc/fetchmailrc, and must include the proper "interface" directive.
-
-### start_dynamic_ppp:
-
-An admittedly scratchy ip-up script that Ryan Murray wrote to cope with
-dynamic PPP addressing.  Will need some customizing.
-
-       http://www.inetarena.com/~badams/linux/programs/mailqueue.pl
-
-### zsh-completion:
-
-These commands set up command completion for fetchmail under zsh.
-Jay Kominek <jay.kominek@colorado.edu>.
-
 ### getmail/gotmail:
 
 These scripts are front ends for fetchmail in daemon mode that can gather
 log statistics and generate text or HTML reports.  See README.getmail for
 details.  Scripts by Thomas Nesges <ThomaNesges@TNT-Computer.de>.
 
-### multidrop:
-
-Martijn Lievaart's sendmail hacks to make multidrop reliable.
-
-### toprocmail:
-
-John Lim Eng Hooi <jleh@mail.com> wrote this script, yet another 
-mda plugin, to be used with fetchmail in foreground mode.  It displays
-some header lines to stdout in color, passing them (and the rest of the
-message content) to procmail.
-
-### preauth-harness:
-
-Emmanuel Dreyfus's Perl test script for exercising IMAP PREAUTH
-connections.  You'll have to patch in your username and password.
-
-### sm-hybrid:
-
-Peter 'Rattacresh' Backes sent this patch to improve the behavior of 
-sendmail 8.11.0 with multidrop.
-
 ### mold-remover.py
 
 A short python script to remove old read mail from a pop3 mailserver.
@@ -141,3 +101,8 @@ It probably needs to be adjusted for use on other systems.
 A patch against fetchmail 6.3.20 to allow creating a raw socket log if
 configured through an environment variable, to assist debugging and
 troubleshooting.  Documentation at the beginning of the file.
+
+### gai (added 2013-02-03, --ma)
+
+A trivial getaddrinfo() program to check the getaddrinfo() call from the
+system, as a research tool for the fetchmail developers.