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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Phil Pennock
日付:  
To: web
CC: 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