procmail
[Top] [All Lists]

Re: [procmail/RT] how to match a header with a newline and tab?

2003-07-07 09:13:48
Miernik skribis:

A recipe like this doesn't work:

 :0:
 * ^List-Id: Lista informacyjna [...] dzialania$ Koalicji [...]
 /var/mlist/rowerzysci

Here after the $ there is also a tab.

See 'man procmailrc', headers are unfolded so there is no $
in there.

Match whitespace with [  ]+ where there is a space and a tab
inside the [  ].

That /var/mlist/rowerzysci is a mighty strange place
to store messages.

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