Scott wrote:
Somewhere along the line procmail is adding 2 lines
and the to top of the message header:
X-POP3-Rcpt: asdf(_at_)mail
Return-Path: root
(blank line)
(the normal header info)
If it's really procmail, which I doubt, then simply grep
your .procmailrc and includes for the string "X-POP3-Rcpt:"
and "Return-Path: root" and remove the offending lines that
stick in these headers. If it's some other portion of your
mail system, you can still use procmail to remove the lines.
I haven't tested this out, but you might try...
:0f
* ()^^X-POP3-Rcpt:(_dot_)asdf(_at_)mail($)+Return-Path:.root\/.*$$
| cat -
--
Walter Dnes (Toronto)
<waltdnes(_at_)interlog(_dot_)com>