mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[GH-ISSUE #485] Add reply-to tag for distribution lists #470
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#470
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tonioo on GitHub (Dec 4, 2013).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/485
Originally assigned to: @tonioo on GitHub.
Originally created by Dalnix AB on 2013-05-15T11:51:45Z
Distribution lists in modoboa is awesome! Hurray!
Only thing i miss is when i send an email to a list, people answer to me in person instead of to the list.
I would like to have (maybe optional) modoboa add a reply-to header when sent to distrubution lists so that when people hit reply it goes back to the list.
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2013-05-15T13:07:52Z
Are you talking about some kind of a mailing list? If so, I don't think adding a Reply-To header would be enough...
@ebrahim commented on GitHub (Jun 29, 2015):
A mailing list server usually sets the "Sender" header of outgoing emails to address of the sending mailing list.
@patrickbenkoetter commented on GitHub (Jun 29, 2015):
This should be optional as there usually are fierce battles whether it right
[tm] or not to set Reply-to:-headers.
p@rick
[*] sys4 AG
https://sys4.de, +49 (89) 30 90 46 64
Franziskanerstraße 15, 81669 München
Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263
Vorstand: Patrick Ben Koetter, Marc Schiffbauer
Aufsichtsratsvorsitzender: Florian Kirstein
@tonioo commented on GitHub (Apr 10, 2016):
What's the best way to add a header to an outgoing message? Use smtpd_sender_restrictions with a check_sender_access (PREPEND)?
@patrickbenkoetter ?
@piwats commented on GitHub (Apr 11, 2016):
Careful here: mailing list as per RFC must have the obvious list-post, list-id, list-subscribe,lists unsubscribe and the precedence header, or else the emails will be treated as spam by various spam filters.
Also there are some caveats to take care of, as f.i. dkim signing and dmarc policies ( which if the headers are modified, will break the mailing list)
@tonioo commented on GitHub (Oct 16, 2016):
I think @piwats is right, Modoboa is not a mailing list manager like Mailman. Would it be complicated to build a "simple" plugin for that ? (I mean create a simple ML manager)
@Avalarion commented on GitHub (Nov 11, 2016):
You have to handle a lot of stuff for a Mailinglist Tool, I would drop this feature and perhaps implement something like mailman integration ( perhaps take a look how proprietary solutions work here... )