我需要将发往一个地址的所有邮件转发到另外两个地址,同时保留原始电子邮件的副本。我已设置以下 exim 过滤器:
unseen delivery [email protected], [email protected]
但这会在主日志中给出以下错误消息:
vhost_forward router: skipped error: missing or malformed local part (expected word or "<") in "unseen deliver [email protected]"
我在这里做错了什么?
答案1
尝试写两行;或者用 < > 括住每个地址。
(RFC 822 定义的完整电子邮件地址格式允许使用“用户名”的形式,我认为 exim 只允许每个“传递”行传递一次)