On söndagen den 4 maj 2008, Konstantin Boyandin wrote: > The next question: is it possible to use regexp in local_part_suffix > list? I need to consider a suffix the following: dash and one or more > digits after it. The records > > local_part_suffix = ^-[0-9]+ > local_part_suffix = ^-[0-9]+$ > > do not work.
Not directly, but you can use the generic 'condition' precondition. Read the section on the order in which preconditions are tested carefully. http://docs.exim.org/current/spec_html/ch03.html#SECTrouprecon -- Magnus Holmgren [EMAIL PROTECTED] (No Cc of list mail needed, thanks) -- ## 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/
