procmail
[Top] [All Lists]

Re: Procmail not picking up matches from Recipe

2003-05-09 15:44:15
On Fri, May 09, 2003 at 10:03:05PM +0000, Clive Menzies wrote:
I've set up two recipes:

:0
* ^Subject:.*test
IN-testing/


:0
* ^TO_(_dot_)*(_at_)lists(_dot_)debian(_dot_)org
debian/
(I've also tried the full email addresses debian-user@ and 
debian-powerpc@)


Logfile output from: tac Procmail/pmlog|less:

   Folder: /var/mail/clive
   72198
    Subject: Cron <clive(_at_)apollo> /usr/bin/getmail

      ^^^^^^^^^^^^^^^^^^
This is what procmail is seeing. Check your mail files and you can see
that your subject is not really what you're setting it to.

I am collecting mail every 10 minutes (cron job) and I've been sending 
test messages with the subject " a test 1 " etc.

As for the debian recipe, try removing the wildcard (.*) and '@' sign,
and escape the dots:

    * ^TO_lists\.debian\.org

Scott
-- 
Scott Wiersdorf
scott(_at_)perlcode(_dot_)org

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