]> git.donarmstrong.com Git - debbugs.git/commit
[project @ 2005-08-17 21:46:13 by don]
authordon <>
Thu, 18 Aug 2005 04:46:17 +0000 (20:46 -0800)
committerdon <>
Thu, 18 Aug 2005 04:46:17 +0000 (20:46 -0800)
commit4692d502113156a65b4691a5963cebe0d37114d3
tree376980ed1c21f96c1d2df4b833dc4ca7e90a4fe4
parent4ffc1c56881986c122d49223d653942d84bbfe03
[project @ 2005-08-17 21:46:13 by don]
* Add Debbugs::Mail module that has two important functions:
   send_mail_message and encode_headers. All mail handling in service.in
   and process.in now uses send_mail_message to send mail messages which
   tries as hard as possible to send a message; if it fails, only
   warnings are returned. This fixes bad addresses causing sendmail to
   exit and destroying the bug log. (closes: #191306)

 * Add rudimentary Test::More modules for testing Debbugs::Mime and
   Debbugs::Mail. These are currently not called as part of the build
   process.
Debbugs/Mail.pm [new file with mode: 0644]
Makefile
debian/changelog
scripts/process.in
scripts/service.in
t/01_mime.t [new file with mode: 0644]
t/05_mail.t [new file with mode: 0644]