[HCoop-Help] HCoop requirement to read user at hcoop.net
Nathan Kennedy
ntk at hcoop.net
Sat Feb 23 17:26:40 EST 2008
Steve Taylor wrote:
> Omry Yadan <omry at yadan.net> writes:
>
>
>> Works fine, thanks.
>>
>>
>>
>>> Actually make sure it is like this:
>>>
>>> # Exim filter
>>>
>>> if $header_from: ends "@hcoop.net"
>>> then
>>> deliver "yourname at example.com"
>>> 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
HCoop-Help at lists.hcoop.net
https://lists.hcoop.net/listinfo/hcoop-help
More information about the HCoop-Help
mailing list