Closed Bug 92409 Opened 23 years ago Closed 23 years ago

Bugzilla does not send e-mail notifications anymore.

Categories

(Bugzilla :: Bugzilla-General, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 92500

People

(Reporter: ct, Assigned: justdave)

Details

After the upgrade from 2.10 to 2.12 and towards new emailtech bugzilla
is not able to send mails anymore.
When making a change, bugzilla starts sendmail but gets following error:

No recipient addresses found in header
Email sent to: ct@gocept.com

So i tracked that down a bit: It seems like a problem with sendmail, so i 
gathered the mail bugzilla tries to pass to sendmail and passed it manually.
When passing the mail manually sendmail does not complain end processes the
mail normally.

I switched back (i took the code which pipes and wrote the mail to disk)
and sendmail complains again. (The "No recipient ..." comes from Sendmail
i think, because thats the only thing that generates those kind
of output in the specific code)

BTW: Bugzilla does not even notice that sendmail fails.
look at your data/params file and see if you have ^M's (ASCII 13) in the body of 
the mail template (newchangedmail).  If so change them all to LFs (ASCII 10) and 
see if that helps.
yes, you are (almost) right.

There were no ^M's in the messages. Instead there was one trailing ^M's
missing.

I added one and it is fine now.


*** This bug has been marked as a duplicate of 92500 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
moving to Bugzilla product
reassign to default owner/qa for INVALID/WONTFIX/WORKSFORME/DUPLICATE
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Version: Bugzilla 2.12 → unspecified
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.