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

Top Page
Delete this message
Reply to this message
Author: Phil Pennock
Date:  
To: web
CC: exim-users
Subject: 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