On Fri, Oct 25, 2002 at 10:44:53PM +0200, Jan Korger wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > I installed SA on Debian woody to filter my POP3 email. Therefore > fetchmail is used, forwarding fetched mail to localhost:smtp. Thus, exim > will be run through inetd. Exim will then find .procmailrc in my home > directory and run procmail. Procmail will (besides some very basic > filtering) invoke SA and pgpenvelope_decrypt (for verifying PGP sigs with > gpg) on any message received.
At work I use fetchmail to get my mail and procmail/spamassassin to filter it. I configure fetchmail to give the mail directly to procmail : this is rock solid and since 4 years I do that fetchmail/procmail never lost a single mail, whereas fetchmail/sendmail loosed several principally because of DNS/domain problems (bad laptop reconfigurations). The fetchmail configuration is : mda "/usr/bin/procmail -f %F" In procmail, never give a big mail to spamassassin, as showned on spamassasin site (http://spamassassin.org/sitewide.html) because the bigger the message, the bigger*bigger spamassassin use memory and CPU : :0fw * < 256000 | spamassassin This method is slow, so I don't use any DNS/RAZOR (and I don't always have access to DNS). But it's really rock solid even with spamassassin that I discovered 4 months ago. At home I get my mail through smtp (postfix) and use DNS/RAZOR from spamc/spamd and it's rock solid too, even if my secondary want to send me 100 messages as quick as possible. Denis Ducamp. ------------------------------------------------------- This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk