I have been running SA on a server for several months with no problems.  I
walk in this morning and have a stack of voice mail about people not being
able to receive mail.  I've narrow this down to the delivery agent,
procmail, which seems to be removing the very first charactor from every
mail.  Example:

rom [EMAIL PROTECTED]  Thu Jun 19 09:25:38 2003
Return-Path: <[EMAIL PROTECTED]>
Received: from imf25aec.bellsouth.net (imf25aec.mail.bellsouth.net
[205.152.59.73])

The contents of the .procmailrc that has been working up until last night
looks like this:

SPOOL=/var/spool/mail/frontier
MAILDIR=/home/frontier/mail
SPAMBOX=$MAILDIR/z-Spam
DEVNULL=/dev/null

# Set to yes when debugging
VERBOSE=no

# Remove when debugging; set to no if you want minimal logging
#LOGABSTRACT=all
LOGABSTRACT=no

# Put # before LOGFILE if you want no logging (not recommended)
#LOGFILE=/home/frontier/.procmail_log

:0fw
| /usr/local/bin/spamc

:0:
* ^X-Spam-Status: Yes
{

  # Delete spam with the SpamAssassin Spam-Status header at anything over 20
        :0
        * ^X-Spam-Status: .*, hits=([2-9][0-9]\.|[0-9][0-9])
        $DEVNULL


        :0
        $SPAMBOX
}

:0:
* ^X-Spam-Status: No
{

   :0
   $SPOOL
}
~



Any help is greatly appreciated.




-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to