[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vps-mail] "procmail: Extraneous locallockfile ignored"



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
Match: Format: Sort by:
Search: