Re: Letting Fall Through Spam Catcher1998-06-08 16:29:36Oops. I suggested to Paul Bartlett, MY_ADDRX=pobart@(([^ ]+\.)*digex\.net|some\.other\.domain)
The space in the middle, even though it is inside brackets which are in
turn inside parentheses that are inside other parentheses, will be seen by
procmail as a separator. Make that
MY_ADDRX="pobart@(([^ ]+\.)*digex\.net|some\.other\.domain)"
Sorry about that.
DWT
|
|
||||||||||||||||