On Wednesday, October 2, 2002, at 12:46 AM, zafar wrote:
This is a multi-part message in MIME format.
Which I couldn't read very well because the mime got munged. Perhaps
try posting in plaintext in the future?
hello all
i want to check the word begin with (for example)
"filter" ,but recipe give wrong output.
i use thecharacter which check at the begininig of the line.
:0:
* ^Subject:.*mail
/home/vpopmail/domains/virtual.example.com/rizvi/Maildir/.Trash/
but procamil send the mail to this folder either it is on the
first word or after a word.
like
mail control or control mail but i want to check it at begining
it can't work.
any help.thanks
wait for a good reply.
I think you are saying that you want subject that match "mail this" or
"mailme" but not "this mail" or "memail" is that right?
:0
* ^Subject:[ ]+mail
/home/vpopmail/domains/virtual.example.com/rizvi/Maildir/.Trash/
Should do that. ([ ] contains a space and a tab)
--
One FISHWICH coming up!!
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail