procmail
[Top] [All Lists]

Re: Invisible To/From

2006-03-22 13:40:27
fleet(_at_)teachout(_dot_)org schreef:

grep found three messages in the "spam" file:
[~/spamtest]$ grep "^To: <\[%to(_at_)]>" ~/mail/spam
   To: <[%to(_at_)]>
   To: <[%to(_at_)]>
   To: <[%to(_at_)]>


First use

  grep -n "^To: <\[%to(_at_)]>" ~/mail/spam

to get the line numbers reported.


Then run

  less ~/mail/spam

and use the / key to search %to@, and see what those matches look like.

They don't need to be in the mail header, for example. And to run a
mailbox through procmail, you need formail -s.

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