stable
Clone or download
Read-only
story #9794 ignore emails from autoreply
To test it: - setup tracker repply mail and sendmail - try to send customer header with sendmail and following command ( cat << END To: forge__artifact+59@tuleap-web.tuleap-aio-dev.docker Subject: Test Return-Path: <> auto-submitted: auto-generated My message content This is a test END ) | /usr/sbin/sendmail -i -- forge__artifact+59@tuleap-web.tuleap-aio-dev.docker Change-Id: I935e93d3cc54ee8d7e03b3e3a0a479d59e38b4a8
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/bin/emailgateway.php | +5 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/MailGateway.class.php | +18 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/MailGateway/MailGatewayBuilder.php | +16 | −5 | Go to diff View file |
A | plugins/tracker/include/Tracker/Artifact/MailGateway/MailGatewayFilter.php | +48 | −0 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Artifact/MailGateway/MailGatewayBuilderTest.php | +2 | −1 | Go to diff View file |
A | plugins/tracker/tests/Tracker/Artifact/MailGateway/MailGatewayFilterTest.php | +70 | −0 | Go to diff View file |
M | plugins/tracker/tests/Tracker/Artifact/MailGateway/MailGatewayTest.php | +10 | −4 | Go to diff View file |