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

Page principale
Supprimer ce message
Répondre à ce message
Auteur: web
Date:  
À: exim-users
Sujet: Re: [exim] Please help me with my ACL to deal with empty From: headers
Hi,

I've put condition you have suggested:

 condition       = ${if <{2}{${strlen:$bh_From:}}}


but it does not catch From: which is build as:

"From: "

so From: + 1 whitespace

Do you have any other idea?

I have right now problems with SPAM which has only 1 whitespace after From:
and To: header definition.

Mike