On Wednesday August 16 2006 01:47, Chris Stone wrote: > On Wed, 2006-08-16 at 01:37 +0200, Mark Martinec wrote: > > header __L_FROM_YAHOO From:addr =~ /@yahoo\.com$/i > > header __L_FROM_GMAIL From:addr =~ /@gmail\.com$/i > > You should escape the @ signs in the expression: /[EMAIL PROTECTED]/i
Yes, just found out the minute after I posted, last minute typo.