procmail
[Top] [All Lists]

Re: Event Summary Files?

2003-09-12 23:40:53
Toen ik Marvin R. Pierce kietelde, kwam er dit uit:


I don't think that it has anything to do with your problems, but

MAILDIR=$HOME/Mail/     #Slash @ end of mailbox name tells procmail to
                        #store email in 'Maildir' format (instead of
                        #mbox format)

I don't think that last slash must be there, and

    [rc.other]
    MAILDIR=$HOME/Mail/

I wonder why you set MAILDIR again, and

   #ROOT
   :0:
   * ^(From|Cc|To).*(root(_at_)libranet|mpierce(_at_)libranet)
   $MAILDIR/root-mail/

I don't think that you meant the double-slash there
(between Mail and root-mail).


I do think that condition can be tightened:

   * ^(From|Cc|To):.*\<(root|mpierce)@libranet\.


The ^TO_ matches Cc: and To: (and more), so you might want to
replace this:

   *
^(Cc|To).*(mpierce(_at_)teebookglobal(_dot_)com|mpierce(_at_)303Sport(_dot_)com|mrpierce(_at_)optusne
t.com.au)


by this:

   *
^TO_(mpierce@(teebookglobal|303Sport)\.com|mrpierce(_at_)optusnet\(_dot_)com\(_dot_)au)

-- 
Affijn, Ruud


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