comparison 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
comparison
equal deleted inserted replaced
5044:dce3cfe7ec61 5045:a46d5d0fd5f8
547 Do the recipients (To:, Cc:) of a message get placed on the nosy list? 547 Do the recipients (To:, Cc:) of a message get placed on the nosy list?
548 If 'new' is used, then the recipients will only be added when a message 548 If 'new' is used, then the recipients will only be added when a message
549 creates a new issue. If 'yes', then the recipients will be added on 549 creates a new issue. If 'yes', then the recipients will be added on
550 followups too. If 'no', they're never added to the nosy. 550 followups too. If 'no', they're never added to the nosy.
551 551
552 Some organisations might prefer to have someone moderate emails before
553 they are delivered into Roundup. Those might want to set the
554 configuration option ``EMAIL_KEEP_REAL_FROM`` to ``'yes'`` to avoid
555 having the moderators address appearing as the creator of issues.
552 556
553 Nosy List 557 Nosy List
554 ~~~~~~~~~ 558 ~~~~~~~~~
555 559
556 Roundup watches for additions to the "messages" property of items. 560 Roundup watches for additions to the "messages" property of items.

Roundup Issue Tracker: http://roundup-tracker.org/