Omry Yadan <[EMAIL PROTECTED]> writes:

> Works fine, thanks.
>
>
>> Actually make sure it is like this:
>>
>> # Exim filter
>>
>> if $header_from: ends "@hcoop.net"
>> then
>>   deliver "[EMAIL PROTECTED]"
>> else save "/dev/null" 660
>> endif
>> finish
>>
>>

Looks like 

if $header_from: ends "@hcoop.net"
then

Should be this (or equivalent)

if $h_from: ends @hcoop.net or
   $h_from: ends @lists.hcoop.net or
   $h_from: ends @bugzilla.hcoop.net or
   $h_from: ends @mire.hcoop.net or
then

N.B. not tested yet
duoduo
--


_______________________________________________
HCoop-Help mailing list
[email protected]
https://lists.hcoop.net/listinfo/hcoop-help

Reply via email to