From: Wietse Venema on
Noel Jones:
> use a regexp or pcre check_sender_access map. A very basic
> example:
>
> # /etc/postfix/sender_access.regexp
> /^@/ REJECT invalid recipient

This does not have the expected result. Postfix strips off the
obsolete source route syntax before access maps see the address.

Wietse

From: Noel Jones on
On 1/27/2010 4:10 PM, Wietse Venema wrote:
> Noel Jones:
>> use a regexp or pcre check_sender_access map. A very basic
>> example:
>>
>> # /etc/postfix/sender_access.regexp
>> /^@/ REJECT invalid recipient
>
> This does not have the expected result. Postfix strips off the
> obsolete source route syntax before access maps see the address.
>
> Wietse

(sound of head banging on desk)... I wondered about that
after my hasty response, and was just setting up a test.

Thanks.

-- Noel Jones