Qmail:自动回复被电子邮件标题污染
当我在 qmailadmin 中为帐户设置自动回复时。自动回复电子邮件已发送,但在自动回复消息之后,有一种原始消息的堆栈跟踪和标头:
例如:
Received: (qmail 903 invoked by uid 508); 12 Jul 2010 20:23:55 -0000
Received: blabla
Received: (qmail 914 invoked from network); 12 Jul 2010 20:31:44 -0000
Received: from blabla (ip)
somemore trace like DKIM-Signature, etc...
*original message headers*
*original message content*
有没有办法不在电子邮件正文中包含所有这些垃圾?我的用户对此不太满意......(它过去运行良好,最近我没有改变任何东西)
如果您知道发生了什么,欢迎您的回答!
谢谢 !
When I set up auto response in qmailadmin for an account. The auto response email is sent but just after the auto response message, there is a sort of stack trace and headers of the original message:
like :
Received: (qmail 903 invoked by uid 508); 12 Jul 2010 20:23:55 -0000
Received: blabla
Received: (qmail 914 invoked from network); 12 Jul 2010 20:31:44 -0000
Received: from blabla (ip)
somemore trace like DKIM-Signature, etc...
*original message headers*
*original message content*
Is there a way to not have all this junk in the body of the email ? My users are not very happy with it... (It used to work well in the past, and I didn't change any thing recently)
If you have an idea of what happens, you are answers are welcome !
thanks !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我假设您正在使用 qmail-autoresponder。为了检查出了什么问题,我现在需要两个附加信息:
1)响应者的 .qmail 文件的内容
里面应该有类似这样的内容:
2) 自动回复目录的内容 - 特别是 message.txt
您可以检查 message.txt 是否采用正确的 MIME 格式。它应该看起来像这样:
I assume, that you are using the qmail-autoresponder. To check what is going wrong, I need two additional informations at the moment:
1) Content of the .qmail file with the responder
There should be something like this inside:
2) The content of the autorespond directory - especially the message.txt
You can check, if the message.txt is in a correct MIME-format. It should look something like this:
最后我让它工作更新自动响应到最新版本(2.0.2)我不知道我有什么版本......
Finally I made it works be updating autorespond to the latest version (2.0.2) I don't know what version I had ...
autorespond: 用法: time num message dir [ flag arsender ]
可选参数:
flag - 原始消息的处理:
0 - 不附加任何内容
1 - 附加引用的原始邮件,不带附件
在 .qmail 文件中添加 0:
/home/vpopmail/domains/mydomain.com/myuser/Maildir/ | /home/vpopmail/domains/mydomain.com/myuser/Maildir/ | /usr/local/bin/autorespond 86400 3 /home/vpopmail/domains/mydomain.com/myuser/vacation/message /home/vpopmail/domains/mydomain.com/myuser //vacation 0
autorespond: usage: time num message dir [ flag arsender ]
optional parameters:
flag - handling of original message:
0 - append nothing
1 - append quoted original message without attachments
Add 0 in .qmail file:
/home/vpopmail/domains/mydomain.com/myuser/Maildir/ | /usr/local/bin/autorespond 86400 3 /home/vpopmail/domains/mydomain.com/myuser/vacation/message /home/vpopmail/domains/mydomain.com/myuser//vacation 0