Closed
Bug 80284
Opened 24 years ago
Closed 24 years ago
Centralize sending mail
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
People
(Reporter: janevert, Assigned: justdave)
Details
Attachments
(1 file)
7.37 KB,
patch
|
Details | Diff | Splinter Review |
During an installation on a WinNT machine, I centralized the sending of mail.
This made it a lot easier to replace sendmail with something else. Here's the
patch (including the code to use Mail::Internet instead of Sendmail).
Assignee | ||
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 59351 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 2•24 years ago
|
||
Jan: I didn't see your patch here... if it's different from the one on the other
bug I just marked, go ahead and upload it to that bug for comparison.
Reporter | ||
Comment 3•24 years ago
|
||
Reporter | ||
Comment 4•24 years ago
|
||
The patch is there now (for some reason or another, friday I couldn't create the
attachment.
Please keep in mind these are the first lines of Perl I've written in my life.
Check it for dangerous and/or insecure things.
The patch is complete (all sendmail call have been replaced) and is based on the
2.12 distribution, so it also knows about delayed delivery with sendmail.
As a bonus, there's the code to use the perl Mail::Internet module to send mail
using smtp. Probably to make something useful out of that, it needs to become a
parameter whether to use sendmail or Mail::Internet and in the latter case
(probably) also the mailhost needs to be defined (but that can also be left to
the perl configuration).
Assignee | ||
Comment 5•23 years ago
|
||
moving to Bugzilla product
reassign to default owner/qa for INVALID/WONTFIX/WORKSFORME/DUPLICATE
Assignee: tara → justdave
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Version: Bugzilla 2.12 → unspecified
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•