On Tue, 31 May 2005, Brent Clark wrote: > > local_parts = bookings > local_part_prefix = *- > > Would there be anyway to have the wildcard to be only numbers.
local_parts = ^[0-9]+-bookings$ Note that this will change the behaviour of the transport because the $local_part_prefix variable will not be set and it won't be stripped from $local_part. Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
