1 message in net.sourceforge.lists.courier-maildrop[maildropl] The problem of Auto Forward
FromSent OnAttachments
Jingkang ZhangMar 31, 2005 9:05 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] The problem of Auto ForwardActions...
From:Jingkang Zhang (zji@yahoo.com.cn)
Date:Mar 31, 2005 9:05:36 pm
List:net.sourceforge.lists.courier-maildrop

Hi All,

I want to forward incoming mail (qmail+maildrop), in my .mailfilter file like this: cc "! addr@domain.com" Return-Path of forwarded mail become "addr@domain.com" plus domain of the mail server.It seems that system add domain of mail server automatically , it maybe the email address is invalidated or letter header contains no host message. For example, mail server is mail.abc.com, Return-Path is "Return-Path:<addr@domain.com@mail.abc.com>", this result in bouncing of some destination mail server. I try cc "|$SENDMAIL -f $FROM address@domain..." , it doesn't work yet. How can I solve it?