On 2010-03-29 Patric Falinder wrote: > Wietse Venema skrev 2010-03-29 14:47: >> Patric Falinder: >>> /etc/postfix/recipient_bcc: >>> /@sub\.domain\.com/ >>> /^(.*)@sub\.domain\.com$/ $...@new.sub.domain.com >> >> That first line has no result value. > > What should I set the result value to? > I got this example from the mailinglist so I didn't make it up my > self.
No, you didn't get this example from the mailing list. You just misunderstood me when I told you to omit the "if ... endif". I wanted you to change this: if /@sub\.domain\.com/ /^...@sub\.domain\.com$/ $...@new.domain.com endif into this: /^(.*)@sub\.domain\.com$/ $...@new.domain.com I had considered it quite clear that an if-condition without the if-keyword wouldn't make any sense. Regards Ansgar Wiechers -- "Abstractions save us time working, but they don't save us time learning." --Joel Spolsky