diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-11-08 13:51:53 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-11-08 13:51:53 +0000 |
commit | cc684803bac964114319a39d52fd12fc84864a02 (patch) | |
tree | 2f067186c8a15ea2fde523c36aa14aeefadc260b /test/fixtures | |
parent | d4ccce3c724a8b68fedfe701cb6e250acd3c8fe9 (diff) | |
download | redmine-cc684803bac964114319a39d52fd12fc84864a02.tar.gz redmine-cc684803bac964114319a39d52fd12fc84864a02.zip |
Ignore emails received from the application emission address to avoid hell cycles (#4139).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3022 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/mail_handler/ticket_from_emission_address.eml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/fixtures/mail_handler/ticket_from_emission_address.eml b/test/fixtures/mail_handler/ticket_from_emission_address.eml new file mode 100644 index 000000000..bdb2d21b7 --- /dev/null +++ b/test/fixtures/mail_handler/ticket_from_emission_address.eml @@ -0,0 +1,19 @@ +Return-Path: <redmine@somenet.foo> +Received: from osiris ([127.0.0.1]) + by OSIRIS + with hMailServer ; Sun, 22 Jun 2008 12:28:07 +0200 +Message-ID: <000501c8d452$a95cd7e0$0a00a8c0@osiris> +From: "John Doe" <Redmine@example.net> +To: <redmine@somenet.foo> +Subject: Ticket with the Redmine emission address +Date: Sun, 22 Jun 2008 12:28:07 +0200 +MIME-Version: 1.0 +Content-Type: text/plain; + format=flowed; + charset="iso-8859-1"; + reply-type=original +Content-Transfer-Encoding: 7bit + +This is a ticket submitted with the Redmine emission address. +It should be ignored. + |