procmail
[Top] [All Lists]

defining an /etc/procmailrc file changes quota error messages.

2002-07-17 13:11:34
Hello list,

When defining this /etc/procmailrc file:

=============================================================
SHELL=/bin/sh
PATH="/usr/bin:/usr/local/bin:/usr/include:/usr/local/sbin:/bin:/sbin:/usr/sbin"
PMDIR=/etc/procmail
JFDIR=/etc/procmail/junkfilter
LOGFILE=/var/log/junkfilter.log
LOGABSTRACT=no
VERBOSE=no

ARG = $1

:0
        * ^Subject:\/.*
        {
                SUBJECT = $MATCH
        }


:0
        * ARG ?? ^^spam
        {
                INCLUDERC=$JFDIR/junkfilter
        }


# Deal with mail that junkfilter has flagged.
:0
* JFEXP ?? .
{
        # Check for whitelisted mail
        :0 f
        * JFSTATUS ?? 1
        | formail -i "X-junkfilter: $JFVERSION" \
                -i "X-Spammer: $JFEXP"

        # File as spam
        :0 E f
        | formail -i "X-junkfilter: $JFVERSION" \
                -i "X-Spammer: $JFEXP" \
                -i "X-Is-Spam: YES" \
                -I "Subject: [SPAM] $SUBJECT"
}
=============================================================

My quota error message stops working. "procmail: Quota exceeded while writing "/var/spool/mail/mydean""

What inside this rule could cause my quota error messages to go away.

Thanks,

schu

_______________________________________________
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>