Bug 1298 - procmailrc.example should use local lockfile
Summary: procmailrc.example should use local lockfile
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Building & Packaging (show other bugs)
Version: 2.43
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 1411
  Show dependency tree
 
Reported: 2002-12-18 02:37 UTC by Martin Schröder
Modified: 2003-01-23 22:59 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schröder 2002-12-18 02:37:08 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.
Comment 1 Justin Mason 2002-12-19 06:28:56 UTC
ok, fixed
Comment 2 Bryce SPAM Account Nesbitt 2003-01-24 06:49:44 UTC
The README has the same problem:

:0fw:
| /home/user/sausr/bin/spamassassin

Should read:

:0fw
| /home/user/sausr/bin/spamassassin
Comment 3 Martin Schröder 2003-01-24 06:54:23 UTC
No,
instead of
:0fw
you want
:0fw: spamassassin.lock
Reason see above.
Comment 4 Malte S. Stretz 2003-01-24 07:59:11 UTC
Oops. Did I reopen this bug? Anyway, I added the lockfile to INSTALL. In 
README there's no procmailrc example.