Mercurial > p > roundup > code
diff doc/user_guide.txt @ 5045:a46d5d0fd5f8
Fix issue1615201: Added a new configuration option EMAIL_KEEP_REAL_FROM
which makes the mail gateway ignore a Resent-From:-header and use the
real From:-header of the original author for further processing of the
message. Setting this option to 'yes' restores the original behaviour
of Roundup before the change in version 0.7.0 where the processing of
Resent-From: was added unconditionally.
| author | Peter Funk <pf@artcom-gmbh.de> |
|---|---|
| date | Fri, 18 Mar 2016 16:18:20 +0100 |
| parents | 57a482110a24 |
| children | d995ee7d49bf |
line wrap: on
line diff
--- a/doc/user_guide.txt Wed Feb 11 00:44:16 2015 +1100 +++ b/doc/user_guide.txt Fri Mar 18 16:18:20 2016 +0100 @@ -549,6 +549,10 @@ creates a new issue. If 'yes', then the recipients will be added on followups too. If 'no', they're never added to the nosy. +Some organisations might prefer to have someone moderate emails before +they are delivered into Roundup. Those might want to set the +configuration option ``EMAIL_KEEP_REAL_FROM`` to ``'yes'`` to avoid +having the moderators address appearing as the creator of issues. Nosy List ~~~~~~~~~
