Mercurial > p > roundup > code
diff CHANGES.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 | bdeda09a5a26 |
| children | 53379ec4b26a |
line wrap: on
line diff
--- a/CHANGES.txt Wed Feb 11 00:44:16 2015 +1100 +++ b/CHANGES.txt Fri Mar 18 16:18:20 2016 +0100 @@ -6,10 +6,10 @@ Each entry has the developer who committed the change in brackets. Entries without name were done by Richard Jones. -**IMPORTANT** The v1.5.x releases of Roundup will be the last to support -Python v2.5. Support for Python v2.5 will be dropped with the v1.6 -release of Roundup, at which point users will need to run Roundup using -either Python v2.6 or v2.7. +**IMPORTANT** The v1.5.x releases of Roundup were the last to support +Python v2.5. Support for Python v2.5 is dropped starting with the v1.6.x +releases of Roundup, at which point either Python v2.6 or v2.7 is +required to run those releases of Roundup. 201?-??-??: 1.6.0 @@ -20,7 +20,10 @@ Fixed -- (none yet) +- issue1615201: Optionally restore the original (version 0.6) mailgw + behaviour of ignoring a Resent-From:-header and using the real + From-header instead: new configuration option EMAIL_KEEP_REAL_FROM + (Peter Funk aka Pefu). 2016-01-11: 1.5.1
