Re: [Exim] Re: ANTISPAM reply-based unblock-sender-email (ww…

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: William Thompson
Ημερομηνία:  
Προς: Nico Erfurth
Υ/ο: Clive Goodhead, exim-users@exim.org
Αντικείμενο: Re: [Exim] Re: ANTISPAM reply-based unblock-sender-email (www/reply)
> > I can give you an example of the HELO that I use:
> > acl_check_helo:
> >     # always accept if this is localhost
> >     accept  condition = ${if eq{$interface_address}{127.0.0.1}{yes}{no}}

>
> accept hosts = 127.0.0.1


I was playing around when I wrote that. I no longer use that rule.