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

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Phil Pennock
Date:  
À: web
CC: exim-users
Sujet: 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