Re: [exim] Not rejecting mail to postmaster in DATA acl?

Pàgina inicial
Delete this message
Reply to this message
Autor: gARetH baBB
Data:  
A: exim-users
Assumpte: Re: [exim] Not rejecting mail to postmaster in DATA acl?
On Fri, 25 Mar 2005, David Woodhouse wrote:

> condition = ${if eq{$original_local_part}{postmaster} {0}{1}}


Use $parent_local_part, orignal_local_part doesn't quite do it.