diff options
-rw-r--r-- | fetchmail-FAQ.html | 10 | ||||
-rwxr-xr-x | indexgen.sh | 7 |
2 files changed, 13 insertions, 4 deletions
diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index a7a1d9a7..96f9d312 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -16,7 +16,7 @@ content="Frequently asked questions about fetchmail."/> Page</a></td> <td width="30%" align="center">To <a href="/~esr/sitemap.html">Site Map</a></td> -<td width="30%" align="right">$Date: 2003/10/10 09:39:55 $</td> +<td width="30%" align="right">$Date: 2003/10/10 19:10:29 $</td> </tr> </table> @@ -400,7 +400,11 @@ tin-like kill files).</p> <p>You can do spam filtering better with procmail or maildrop on the server side and (if you're the server sysadmin) sendmail.cf -domain exclusions. You can do other policy things better with the +domain exclusions. If you really want fetchmail to do it from the +client side, yse a <code>preconnect</code> command to call +<a href='http://mailfilter.sourceforge.net/'>mailfilter</a>.</p> + +<p>You can do other policy things better with the <code>mda</code> option and script wrappers around fetchmail. If it's a prime-time-vs.-non-prime-time issue, ask yourself whether a wrapper script called from crontab would do the job.</p> @@ -3476,7 +3480,7 @@ does something like "date >> $HOME/Procmail/fetchmail.log".</p> Page</a></td> <td width="30%" align="center">To <a href="/~esr/sitemap.html">Site Map</a></td> -<td width="30%" align="right">$Date: 2003/10/10 09:39:55 $</td> +<td width="30%" align="right">$Date: 2003/10/10 19:10:29 $</td> </tr> </table> diff --git a/indexgen.sh b/indexgen.sh index 8a3690b1..233fddb8 100755 --- a/indexgen.sh +++ b/indexgen.sh @@ -240,7 +240,7 @@ FAQ covers them like a blanket.</p> <p>Fetchmail was written and is maintained by <a href="../index.html">Eric S. Raymond</a>. There are some designated -backup maintainers (<a href="mailto:funk+@osu.edu">Rob Funk</a>, <a +backup maintainers (<a href="mailto:rfunk@funknet.net">Rob Funk</a>, <a href="http://www.dallas.net/~fox/">David DeSimone aka Fuzzy Fox</a>, <a href="mailto:imdave@mcs.net">Dave Bodenstab</a> and <a href="mailto:shetye@bombay.retortsoft.com">Sunil Shetye</a>). Other backup @@ -343,6 +343,11 @@ can retrieve Hotmail. Another script, <a href="http://yosucker.sourceforge.net">yosucker</a>, can retrieve Yahoo webmail.</p> +<p>There's a program called +<http://mailfilter.sourceforge.net/'>mailfilter</a> which can be used +to do span filtering, that works particularly well called from fetchmail's +<code>preconnect</code> directive,</p> + <p>A hacker identifying himself simply as \`Steines' has written a filter which rewrites the to-line with a line which only includes receipients for a given domain and renames the old to-line. It also |