On Thu, 2011-10-13 at 04:50 -0700, jdow wrote: > Thank you, sir. I'll check [getmail] out. RPM Forge has a suitable > package for SL6.1. > Look at your distro's repo first: its a Fedora supported package, so I'd expect other distros to include it too.
The following is not to tell you what you already know, but is included in case others find it useful. I think we may be using similar configurations. I call spamc as part of getmail's mda chain. Logically it looks like: getmail mda="spamc | spamkiller | sendmail" --> postfix where the quoted part is written as a shell script that getmail calls. spamkiller is my own code. It passes ham to sendmail to deliver to my MTA and can either quarantine spam or send it to /dev/null Martin