Re: [exim] Please help me with my ACL to deal with empty Fro…

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Phil Pennock
Ημερομηνία:  
Προς: web
Υ/ο: exim-users
Αντικείμενο: Re: [exim] Please help me with my ACL to deal with empty From: headers
On 2012-03-31 at 01:43 +0200, web@??? wrote:
> so you suggest:
>
>           condition = ${if ={0}{${strlen:$h_From:}}}


Yes; although you might also want $rh_From: to avoid some parsing which
doesn't matter and shouldn't be done for junk mail to be discarded.

-Phil