Mailing List Archive

[Spamassassin Wiki] Update of "UsedViaProcmail" by TheoVanDinter
Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The following page has been changed by TheoVanDinter:
http://wiki.apache.org/spamassassin/UsedViaProcmail

------------------------------------------------------------------------------
The above does not fail gracefully and requeue with Postfix 2.3.0, however this does:
{{{
"|/usr/bin/procmail || exit 75"
+ }}}
+
+ It's worth noting that a lot of MTAs already use procmail as the default MDA (mail delivery agent), so setting up a .forward file is likely not necessary. For instance in postfix's main.cf:
+
+ {{{
+ mailbox_command = /usr/bin/procmail -a "$EXTENSION"
}}}

= How do I use SpamAssassin with procmail? =