Hi,
Email replies to following question at vivek(_at_)bnr(_dot_)ca will be greatly
appreciated.
I have following recipe in my .procmailrc file:
# ......................................................................
:0 b : $PMRC_LOCKS/TRIAL.lock
* ^To:(_dot_)*tryfree(_at_)reachcomm(_dot_)com
| $ROMP_Trial/Trial.tcl "$FROM_ADDR" "$INMSG_SUBJECT"
I have seen a bunch of emails with following To: field escaping from
this recipe.
To: tryfree(_at_)reachcomm(_dot_)com
I actually cut the string "tryfree(_at_)reachcomm(_dot_)com" from the recipe
and pasted it the search string for those emails and it perfectly
matched their To: fields. These emails fall all the way thro' and
are finally caught by my all-catcher recipe at the end. The funny
thing is that this does not happen all the time. I have seen
entries in procmail log showing success of this recipe.
Any pointers?
Thanks.
_viv