Answers:
正在努力。邮递员bug#889635
您可以投票解决此问题。
现在,要在世界上所有邮递员服务器中实现该功能可能需要一些时间。
就我自己而言,我发现只为所有列表邮件创建一个Gmail帐户而不使用摘要就更容易了。
Another option if you're using Gmail is this:
Sign up your primary email address, let's say foobar12345678901@gmail.com
, for receiving the individual emails instead of digests. Use mail filtering to divert those messages to the appropriate labels.
Then sign up on the mailing list in digest mode with foobar12345678901+DIGEST@gmail.com
.
Gmail strips the + symbol and the text between it and the @ symbol when routing the message.
Emails sent to foobar12345678901@gmail.com
and foobar12345678901+DIGEST@gmail.com
will thus both land in the mailbox of foobar12345678901@gmail.com
. Mailman will treat them as two separate email addresses with two different sets of profile options for single messages versus digests.
Now, when you see something in a digest message to which you care to respond, just go to the label corresponding to the individual message that would have come through and reply to the main thread you care about for proper message threading!
Your mail filter will probably need to look something like this:
From: -"listname-l-request@lists.example.com"
To: listname-l@lists.example.com
Skip the Inbox (Archive It) CHECKED
Apply the label: <whatever label you want to use
You'll need to replace "listname" and "example.com" above with the name of the list and the mailing domain involved with the mailman mailing list.