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

Góra strony
Delete this message
Reply to this message
Autor: Phil Pennock
Data:  
Dla: web
CC: exim-users
Temat: 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