From 8bce13f9ba90bc96258ded24652aa167bbc837ff Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 29 Jun 1998 21:38:04 +0000 Subject: Enrico Musio's IP-checkalias patch. svn path=/trunk/; revision=1945 --- design-notes.html | 8 ++++---- sample.rcfile | 6 ++++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/design-notes.html b/design-notes.html index 5e8721d7..ae45d54d 100644 --- a/design-notes.html +++ b/design-notes.html @@ -10,7 +10,7 @@
Back to Fetchmail Home Page To Site Map -$Date: 1998/06/03 14:54:27 $ +$Date: 1998/06/29 21:38:03 $

Design Notes On Fetchmail

@@ -326,8 +326,8 @@ following minimum steps.
  • Add code to dump the option value in fetchmail.c:dump_params. -
  • Add proper FLAG_FORCE and FLAG_MERGE actions - in fetchmail.c's optmerge function. +
  • Add proper FLAG_MERGE actions in fetchmail.c's + optmerge() function.
  • Document the option in fetchmail.man. This will require at least two changes; one to the collected table of options, and one full @@ -477,7 +477,7 @@ all shaped the design in one way or another.

    Back to Fetchmail Home Page To Site Map -$Date: 1998/06/03 14:54:27 $ +$Date: 1998/06/29 21:38:03 $

    Eric S. Raymond <esr@snark.thyrsus.com>
    diff --git a/sample.rcfile b/sample.rcfile index 9c12f2a1..b1e8da06 100644 --- a/sample.rcfile +++ b/sample.rcfile @@ -1,4 +1,4 @@ -# fetchmail control file sample +# fetchmail control file sample (remove this header comment from yours!) # # This file (or one of your own creation, rather) should be located # in your home directory with the name .fetchmailrc. Permissions on this @@ -36,8 +36,10 @@ # localdomains -- must be followed by one or more domain names # interface -- must be followed by device/IP address/mask # monitor -- must be followed by device -# no dns # dns +# no dns +# checkalias -- do multidrop address compaison by IP address +# no checkalias -- do multidrop address compaison by name # # username (or user) -- must be followed by a name # is -- must be followed by one or more names -- cgit v1.2.3