[HCoop-Help] [HCoop-Discuss] HCoop requirement to read user at hcoop.net

Steve Taylor staylor at ncf.ca
Fri Feb 22 12:06:41 EST 2008


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


_______________________________________________
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