Patric Falinder: > /etc/postfix/recipient_bcc: > /@sub\.domain\.com/ > /^(.*)@sub\.domain\.com$/ $...@new.sub.domain.com
Wietse Venema skrev 2010-03-29 14:47: > That first line has no result value. Patric Falinder: > What should I set the result value to? > I got this example from the mailinglist so I didn't make it up my self. I suppose that someone told you to do this: if /@sub\.domain\.com/ ...stuff... endif and then you mis-understood the first line. If the ...stuff... is only one line, then the if/endif are not needed. I think I'm going to change the regexp and pcre table implementations and disallow rules without result. No other Postfix table allows that. Wietse