SA Bugzilla – Bug 1298
procmailrc.example should use local lockfile
Last modified: 2003-01-23 22:59:11 UTC
procmailrc.example has this: :0fw * < 256000 | spamassassin This should read :0fw: spamassassin.lock * < 256000 | spamassassin Otherwise for each new incoming mail a new incarnation of procmail and spamassassin is started immediately. Makes for a nice DOS when you get a batch of 70 mails.
ok, fixed
The README has the same problem: :0fw: | /home/user/sausr/bin/spamassassin Should read: :0fw | /home/user/sausr/bin/spamassassin
No, instead of :0fw you want :0fw: spamassassin.lock Reason see above.
Oops. Did I reopen this bug? Anyway, I added the lockfile to INSTALL. In README there's no procmailrc example.