Re: [exim] how to accept mail with invalid to-header?

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Anja Gawlik
日付:  
To: 'exim-users@exim.org'
題目: Re: [exim] how to accept mail with invalid to-header?

>Order may be important so I would reverse the last 2 lines. You could
>test it to see if mattered if you were keen.
>
>
>Your above ACL section will do what you want. For example.com it will
>skip the chunk (test to see if order is important), and for all other
>domains it will check headers.
>
>Heading on a tangent, an alternative might be to do something like
>
>warn
>verify = header_syntax
>set acl_m_header_syntax = valid
>
>The you can use acl_m_header_syntax as a flag later on for adding up
>spam points.


thank you very much :)

Anja