On Thu, Oct 24, 2013 at 10:04:08AM -0500, /dev/rob0 wrote: > On Thu, Oct 24, 2013 at 10:00:00AM -0500, /dev/rob0 forgot to > terminate a PCRE expression: > > if /@example\.(com|net|org)$/ > > /^(info|contact|etc)@ [email protected] > > endif > > if /@example\.(com|net|org)$/ > /^(info|contact|etc)@/ [email protected] > endif
This is really, really nice. I always forget the power of if/endif in posfix confs. Thanks!
