Mailing List Archive

CVS commit: rt
Module Name: rt
Committed By: jesse
Date: Thu May 10 00:11:11 UTC 2001

Modified Files:
rt/bin: rt-mailgate
rt/lib/RT: Queue.pm
rt/lib/RT/Action: Autoreply.pm Notify.pm NotifyAsComment.pm
SendEmail.pm

Log Message:
Cleanup in the mail sending stuff.
fix for ticket 403: RT should no longer send mail when it has
no recipients

fix for #404: Squelch-Replies-To should be a bit more intelligent,
since it was rewritten from scratch

RT should now properly send mail to queue ccs and queue admin ccs
when you ask it to

internally, RT's mail sending stuff now lets you pass around
arrays of addresses to send mail to, rather than comma delimited
strings. More flexible down the line.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 rt/bin/rt-mailgate
cvs rdiff -u -r1.1.2.57 -r1.1.2.58 rt/lib/RT/Queue.pm
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 rt/lib/RT/Action/Autoreply.pm \
rt/lib/RT/Action/NotifyAsComment.pm
cvs rdiff -u -r1.1.2.21 -r1.1.2.22 rt/lib/RT/Action/Notify.pm
cvs rdiff -u -r1.1.2.64 -r1.1.2.65 rt/lib/RT/Action/SendEmail.pm