Jean-Paul Natola wrote: > header __TO_BOUNCES To =~ /bounces\@/ > header __SUBJ_REJECT Subject =~ /\brejected/ > meta LOCAL_TO_BOUNCE (__TO_BOUNCES && __SUBJ_REJECT) > score LOCAL_TO_BOUNCE -6 > describe LOCAL_TO_BOUNCE Whitelist mail to bounces@ with "rejected" > in the subject > > In order for this to ignore case do I just need to add the i ? > > header __TO_BOUNCES To =~ /bounces\@/ i > is that accurate
Yes, sorry. Also, watch out for the word wrapping on the "describe" line -- that should all be one the same line.
