Perfect, thanks a lot! On 01/21/2011 09:19 AM, Phil Pennock wrote: > 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
-- Sandro Tosi Product Engineer Shared Hosting Products R&D | Dada.pro eml [email protected] -- ## 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/
