Miles Fidelman wrote:
> Hi,
>
> I'm trying to figure out how to whitelist control messages generated
> by our list manager (Sympa) - which are generated on the localhost and
> sent to addresses on the localhost.
>
> In particular, here's a specific example:
>
> *From: *   [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> *Received: * from localhost (localhost.localdomain [127.0.0.1]) by
> server1.neighborhoods.net (Postfix) with ESMTP id 5CDE2B6C2F0 for
> <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>; Sat, 11 Nov 2006 10:22:18
> -0500 (EST)
>
>
> It's pretty clear that the entry in user_prefs would start with
>
> whitelist_from_rcvd [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>
> but what would I use as the domain part?
Actually, no..  it would not start like that... As written the "
<mailto:[EMAIL PROTECTED]>" would be interpreted as the Received:
header check.

Try:
whitelist_from_rcvd [EMAIL PROTECTED] localhost.localdomain


Reply via email to