summaryrefslogtreecommitdiffstats
path: root/whineatnews.pl
AgeCommit message (Collapse)AuthorFilesLines
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
r=justdave a=justdave
2003-02-12Bug 58020: include bug summaries in whinemail.justdave%syndicomm.com1-3/+9
Patch by pbaker@where2getit.com (Paul Baker) r= jouni, a= justdave
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
r=joel x2
2002-02-17Fix for bug 125516: the recent fix for emails truncating when a period ↵justdave%syndicomm.com1-1/+1
occurred on a line by itself broke Exim because it needs the -t and -i as separate parameters instead of stacked (the original patch had -ti) Patch by Tobias Burnus <burnus@gmx.de> r= justdave, gerv
2002-02-06Fix for bug 117055: Emails were being truncated if they contained a line ↵justdave%syndicomm.com1-1/+1
with nothing but a period on them. We now pass -i to sendmail and its clones to tell it to ignore periods (since we close the pipe when we're done, rather than signalling it with a period). Has been tested with sendmail and postfix. Patch by Dave Miller <justdave@syndicomm.com> r= afranke, bugzilla@bkor.dhs.org, jake
2001-10-12Bug 52782 - whineatnews.pl email should use the 'sendmailnow' Param. Patch ↵gerv%gerv.net1-1/+4
by e.maryniak@pobox.com, r=gerv.
1999-11-02updated license boilerplatedmose%mozilla.org1-14/+15
1999-09-15Whining mail wasn't generated correctly if usernames != email addresses.terry%mozilla.org1-0/+1
1999-08-14Wasn't using the 'emailsuffix' param.terry%mozilla.org1-1/+2
1998-09-16Everything has been ported to now run under Perl.terry%netscape.com1-0/+66