On Sat, 2004-09-11 at 18:34 +0200, relic wrote:
> if $header_to: contains "exim-users@???" or
> $header_cc: contains "exim-users@???"
> then
> save $home/.maildir/.exim-users-ml/
> finish
> endif
That gets false negatives and also false positives if it's to you _and_
the list.
> Why is the header field "List-Id:" not recognized?
> Like this:
>
> if $header_List_Id: contains "A user list for the exim MTA
> <exim-users.exim.org>"
Should that be '$header_List-Id:' ?
--
dwmw2