procmail
[Top] [All Lists]

RE: Sorting into two mailboxes problem

2003-12-12 08:36:07
:0c
{
        :0
        * ^X-Spam-Flag:.*\<YES\>
         * ^TO_mike(_at_)ascendency(_dot_)net
        spam

        :0
         * ^TO_mike(_at_)ascendency(_dot_)net
        nonspam
}

Here is what I think.  Change it to something like

:0
  * ^X-Spam-Flag:.*\<YES\>
  * ^TO_mike(_at_)ascendency(_dot_)net
  spam

:0
  * ^TO_mike(_at_)ascendency(_dot_)net
  nonspam

Because you are analysing the TO, everyone else's emails will not fall into
those particular emails.  Only yours will.  The rest should then get passed
onto the next recipe and so on.  Only your emails fit the recipes.  And
because there is no 'c' that should end you getting two non-spam.  Although
I am confused as too why you still didn't get 1 copy of a spam message.  Do
you have any recipes after this?


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