procmail
[Top] [All Lists]

Adding SpamBonncer call to .procmailrc causes mail to be filed in " { " pop account

2002-10-18 09:41:11

My 2-user POPemail server on a Linux FTP-only shell account uses
PROCMAIL to filter to my 2 POP accounts.  This .procmailrc is my default
one, provided by my hosting company and it works fine:

DOMAIN=(kathey.com)
LOGFILE=${MAILDIR}/log     # I added this line
:0
* $RECIP ?? ^^don(_at_)$DOMAIN
{
        :0
        don
}

:0
* $RECIP ?? ^^kathey(_at_)$DOMAIN
{
        :0
        kathey
}

:0
* $RECIP ?? ^^(_dot_)*(_at_)$DOMAIN
{
        :0h
        * !^FROM_DAEMON
        * !^X-Loop:  default(_at_)kathey(_dot_)com
        |(formail -rtk  -A"X-Loop: default(_at_)kathey(_dot_)com" -A"Precedence:
junk"; \
        echo "This is an autoresponder. I'll never see your message." )
| $SENDMAIL -f$RECIP -t 
}

I am trying to install SPAMBOUNCER and whenever I add the call to the sb
files to the .procmailrc then all my incoming mail starts getting filed
in a file named "{ " instead of the DON and KATHEY files that are
accessed by my POP account.

# all SPAMBOUNCER defaults are set first then this is added to the above
.procmailrc
INCLUDERC=${SBDIR}/sb.rc

Here is a snippit of the log file below.  The time period where the
INCLUDERC=${SBDIR}/sb.rc is in effect (with VERBOSE=on for the log), all
the mail gets logged in a file named "{ ", then when I take the call to
sb.rc out of .procmailrc, then all goes back to normal with the SPAM
going back into the DON and KATHEY files again.  Note that all mail goes
to file "{ " when I have SPAMBOUNCER installed, no separation at all,
SPAM or otherwise.

Can anyone give an insight to why SPAMBOUNCER will not work and put the
mail in the files I have requested?  I am also confused about the
variable "LASTFOLDER" because that is not set anywhere I can find in
SB.RC files.  I assume that all the PROCMAIL defaults must be set by my
system administrator in a master .procmailrc file that I cannot see when
I FTP to my account.  The LOG FILE with VERBOSE=ON follows below:

procmail: [8926] Fri Oct 18 00:18:30 2002
procmail: Assigning "ALTFROM=donantonio(_at_)hotmail(_dot_)com"
procmail: Assigning "BLOCKFOLDER=/home/kathey/kathey-mail/blocked"
procmail: Assigning "BLOCKREPLY=SILENT"
procmail: Assigning "BYPASSWD=bonsure"
procmail: Assigning "EXECHECKING=no"
procmail: Assigning "FREEMAIL=NONE"
procmail: Assigning "LOCALHOSTFILE=/home/kathey/localhostfile.txt"
procmail: Assigning "LEGITLISTS=/home/kathey/legitlists.txt"
procmail: Assigning "MYEMAIL=/home/kathey/myemail.txt"
procmail: Assigning "NOBOUNCE=/home/kathey/nobounce.txt"
procmail: Assigning "NOLOOP=donantonio(_at_)hotmail(_dot_)com"
procmail: Assigning "PATTERNMATCHING=SILENT"
procmail: Assigning "SBDIR=/home/kathey/kathey-mail/sb"
procmail: Assigning "SPAMFOLDER=/home/kathey/kathey-mail/spam"
procmail: Assigning "SPAMHAUSORGCHECK=yes"
procmail: Assigning "SPAMREPLY=SILENT"
procmail: Assigning "VIRUSFOLDER=/home/kathey/kathey-mail/spam"
procmail: Assigning "LASTFOLDER=backup/msg.oMBE"
procmail: Opening "backup/msg.oMBE"
procmail: Acquiring kernel-lock
procmail: [8926] Fri Oct 18 00:18:31 2002
procmail: Assigning "LASTFOLDER= cd backup && rm -f dummy `ls -t msg.* |
sed -e 1,100d`"
procmail: [8926] Fri Oct 18 00:18:31 2002
procmail: Executing " cd backup && rm -f dummy `ls -t msg.* | sed -e
1,100d`"
procmail: Executing "formail,-I,From ,-a,From "
procmail: Assigning "INCLUDERC=/home/kathey/kathey-mail/sb/sb.rc"
procmail: Skipped "
"
procmail: Skipped "
"
procmail: Skipped "
"
procmail: Skipped "
"
procmail: Executing "formail,-AX-SpamBouncer: 1.5 (10/05/02)
"
procmail: Skipped "
"
procmail: Skipped "
"
procmail: Skipped "
"
procmail: Skipped "
"
procmail: No match on "^^^^
"
procmail: Skipped "
"
procmail: Skipped "
"
procmail: Assigning "LASTFOLDER={
"
procmail: Opening "{
"
procmail: Acquiring kernel-lock
From don(_at_)kathey(_dot_)com  Fri Oct 18 00:18:31 2002
 Subject: test again 3
  Folder: {
3869
procmail: Notified comsat: "kathey(_at_)22510:/home/kathey/kathey-mail/{
"
<<<< HERE IS WHERE I TOOK OUT SPAMBOUNCER >>>>>>>>>>
From dailytwist(_at_)ofr(_dot_)mb00(_dot_)net Fri Oct 18 00:37:25 2002   
Subject: Any
Credit Auto Loans! Free App, No commitment!
  Folder: kathey
3666
From bounce-63961162-1865(_at_)mail219(_dot_)c0olmail(_dot_)com Fri Oct 18 
00:40:45 2002
 Subject: Friend, Spyear Blowout Sale!
  Folder: don
7224
From bounce-63961162-1883(_at_)mail13(_dot_)c0olmail(_dot_)com Fri Oct 18 
01:07:02 2002
 Subject: Friend, Is your phone bill too high?
  Folder: don
10802
From PremiumSpread(_at_)ofr(_dot_)mb00(_dot_)net Fri Oct 18 01:08:10 2002
 Subject: Digital TV installed Free in 4 rooms!
  Folder: kathey
6932
From b-45267815-393_703205651(_at_)b(_dot_)pxlg(_dot_)com Fri Oct 18 01:11:55 
2002
 Subject: confirmation #87717
  Folder: kathey                                



_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>
  • Adding SpamBonncer call to .procmailrc causes mail to be filed in " { " pop account, Don Anthony <=