On 2011-01-21 at 08:36 +0100, Sandro Tosi wrote: > am I getting right what the limit of 1024 is not for the whole text of > the rule but for a single line in it? is there some "smart" way to split > into several lines a regexp match? something like
Correct. > if $sender_address matches "[email protected]|[email protected]| > [email protected]|.....) then ... > > or something else? if $sender_address matches "[email protected]|[email protected]" or $sender_address matches "[email protected]|....." then #... endif Regards, -Phil -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
