Task #2120
closedTask #1910: need auto-reply text for bugzilla-daemon@bugs.documentfoundation.org
Issue with Bugzilla autoresponse mail
100%
Description
This was reported in BZ:
"Usually I don't respond to email from bugzilla via email, but I did it and get a MAILER-DAEMON response:
<bugzilla-daemon@autoreply.bugs.documentfoundation.org> (expanded from
<bugzilla-daemon@bugs.documentfoundation.org>): Command died with status
25: "/usr/local/bin/autoresponder.pl". Command output: Can't locate object
method "header_str_pairs" via package "Email::MIME" at
/usr/local/bin/autoresponder.pl line 96, <> line 1."
I assume something needs fixing here.
Updated by Florian Effenberger almost 8 years ago
- Assignee set to Guilhem Moulin
- Target version set to Pool
Updated by Guilhem Moulin almost 8 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Fixed by making this address invalid and pointing the sender to the web interface instead:
~$ nc -C bugs.documentfoundation.org 25
220 vm150.documentfoundation.org ESMTP Postfix
EHLO x.y
250-vm150.documentfoundation.org
250-PIPELINING
250-SIZE 41943040
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250 8BITMIME
MAIL FROM:<>
250 2.1.0 Ok
RCPT TO:<bugzilla-daemon@bugs.documentfoundation.org>
554 5.7.1 <bugzilla-daemon@bugs.documentfoundation.org>: Recipient address rejected: You replied to a Bugzilla notification email. However email replies are not added to bug reports. Please visit https://bugs.documentfoundation.org/ instead to add a follow-up.
Updated by Florian Effenberger over 7 years ago
Not sure if a real autoreply was agreed to in the end. If so, it doesn't work though ;-)
<bugzilla-daemon@bugs.documentfoundation.org>: host bugs.documentfoundation.org[2a00:1828:a012:150::1] said: 550 5.1.1 <bugzilla-daemon@bugs.documentfoundation.org>: Recipient address rejected: User unknown (in reply to RCPT TO command)