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

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: gARetH baBB
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: 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.