procmail
[Top] [All Lists]

Re: [pro] Emails not retrieved automatically

2007-10-19 01:46:41
Francesco Abeni schreef:

/etc/procmailrc :
----------------------------------
    DROPPRIVS = yes
    SHELL     = /bin/sh
    GPMDIR    = /usr/local/procmail
    COMSAT    = no
    LOGFILE   = /tmp/procmail
    VERBOSE   = yes
    MAILDIR   = $HOME/Maildir
    DEFAULT   = $HOME/Maildir/

    INCLUDERC = $GPMDIR/antispam.prc
    INCLUDERC = $GPMDIR/block.prc

# EOF
-----------------------------------

OK.



/usr/local/procmail/antispam.prc :
-----------------------------------
    DROPPRIVS = yes
    :0fw
    * !^X-Givi: yes
    | /usr/bin/spamc -s 256000
-----------------------------------

OK, but you don't seem to be doing anything with the spam score header.


/usr/local/procmail/block.prc :
------------------------------------
    :0
    * ^From:(_dot_)*f\(_dot_)abeni(_at_)mydomain\(_dot_)it
    * !^TO_(_dot_)*(_at_)mydomain\(_dot_)it
    * !^TO_(_dot_)*(_at_)myotherdomain\(_dot_)com
    * !^TO_(_dot_)*(_at_)myanotherdomain \.it
    /tmp

# EOF
------------------------------------

There is a strange space in the 4th condition line. The ^TO lines could
be combined.


Could those "# EOF" be the cause of this behaviour?

No, those actually prevent problems. :)

I don't see anything in your procmail setup that can explain what you
see happening.

-- 
Groet, 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>