Markus Sch?nhaber:
> Hi,
> 
> having recipient_bcc_maps set to a map containing
> 
> @example.com b...@example.com

Make it a PCRE map.

# DO NOT INDENT THE TEXT BETWEEN IF AND ENDIF
if !/^foo([-+]\S+)?@example\.com$/
/@example\.com$/ b...@example.com
endif

See 'man pcre_table' for details.

        Wietse

Reply via email to