On Sun, Nov 19, 2006 at 08:01:19PM +0000, Charlie Allom wrote: > > # group emails > :0fh > * ^From: .*foo@xxxxxxx The literal dot should be escaped... * ^From:.*foo@bar\.com Also, this could potentially match foofoo@xxxxxxx and other unintended stuff... I usually do something like: * ^From: foo@bar\.com|\ * ^From:.*<foo@bar\.com w