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

Pàgina inicial
Delete this message
Reply to this message
Autor: Fred Viles
Data:  
A: exim-users
Assumpte: 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