[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vps-mail] "procmail: Extraneous locallockfile ignored"
- Subject: [vps-mail] "procmail: Extraneous locallockfile ignored"
- From: "Jim Smith" <maillists@xxxxxxxxxxxxxxxx>
- Date: Sat, 11 Feb 2006 21:41:55 -0500
I've got a rule in my procmailrc file that is throwing an error:
"procmail: Extraneous locallockfile ignored"
Can someone look at the below rule and tell me where the extraneous lockfile
is?
Thanks,
Jim Smith
==============================
####Check the number of 'blarneystone.com's email is sent to#######
LOGFILE=$HOME/atblarney.log
LOGABSTRACT=yes
VERBOSE=no
TO=`formail -xTo:`
CC=`formail -xCc:`
SPAMAT=2
MAXAT=3
## count the number of @ in To:
:0
* 1^1 TO ?? @blarneystone\.com
{ ATCOUNT = $= }
## count the number of @ in Cc: & add to To:
:0
* $ ${ATCOUNT}^0
* 1^1 CC ?? @blarneystone\.com
{ ATCOUNT = $= }
## over MAXAT: /dev/null it
:0
* $ ${ATCOUNT}^0
* $ -${MAXAT}^0
/dev/null
## over SPAMAT (but not MAXAT): prolly spam
:0E:
* $ ${ATCOUNT}^0
* $ -${SPAMAT}^0
{
:0 fhw
| formail -A"X-Blarney-Spam: invalid at-blarneystone detected"
}
######END OF @BLARNEYSTONE.COM TEST#######
========================================================================
This is <vps-mail@xxxxxxxxxxxxx> <http://groupmail.org/lists/vps-mail/>
Before posting a question, please search the archives (see above URL).
Main Index |
Thread Index