Steve Taylor wrote:
> 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
>   
If you want to get all mail under the hcoop domain, just using ends 
"hcoop.net" will be fine and is probably preferable.
For his limited purposes, getting mail just @hcoop.net should be fine.  
All the admins use these addresses.  Mail from mailing lists is from the 
person who sends it (the list email is the Sender:, not From:).

-ntk

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

Reply via email to