Re: [exim] This should be simple but ...

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Fred Viles
日付:  
To: exim-users
題目: Re: [exim] This should be simple but ...
On 16 Sep 2005 at 16:18, Ian Eiloart wrote about
    "Re: [exim] This should be simple bu":


|...
| shouldn't the condition precede the message?


Not according to spec.txt:

message = <text>
...
    The message modifier is also used with the warn verb to specify one or more
    header lines to be added to an incoming message when all the conditions are
    true.


Order matters when you have multiple messages and conditions in a
require/deny/drop stanza, but not in this case.

- Fred