procmail
[Top] [All Lists]

Re: Sendmail, procmail and Linux Quota

2005-10-31 07:50:17
Rune Hamnvik schreef:


Try this:

  # Start of /etc/procmailrc

    DROPPRIVS
    SHELL   = '/bin/sh'

    MAILDIR = "$HOME/mail"
    COMSAT  = 'no'
    LOGFILE = '/var/log/procmail.log'  # [1]
    VERBOSE = 'on'

    DEFAULT = "$MAILDIR/INBOX"

  # send mail through spamassassin
    :0fw
    | /usr/bin/spamc -u $LOGNAME

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

  # End of /etc/procmailrc


  [1] Can and should all users write here?

-- 
Grtz, Ruud

____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>