Re: [rt-users] How does RT mail?

2009-10-01 Thread Mike Johnson
You didn't understand what I was saying. In your RT installation there is a line in the config file that tells you what RT is using to send the mail. This is exploration you need to do. Once you know how RT sends mail(by default it uses the sendmail command)... you know how to intercept it.

Re: [rt-users] How does RT mail?

2009-09-30 Thread Mike Johnson
I believe RT executes the send mail command... Do like you would for any program... replace sendmail with a wrapper sendmail that calls sendmail :P but before it calls it, it logs how it calls it to a log file :D Mike Johnson Datatel Programmer/Analyst Northern Ontario School of Medicine 955

Re: [rt-users] How does RT mail?

2009-09-30 Thread Roode, Eric
On Wednesday, September 30, 2009 at 3:57 PM, Mike Johnson wrote: I believe RT executes the send mail command... Do like you would for any program... replace sendmail with a wrapper sendmail that calls sendmail :P but before it calls it, it logs how it calls it to a log file :D I

Re: [rt-users] How does RT mail?

2009-09-30 Thread Nick Kartsioukas
On Wed, 30 Sep 2009 17:09:03 -0400, Roode, Eric ero...@barrack.com said: I want to know which program (I assumed `sendmail`, but who knows) RT calls, and what command-line options it uses. Any helpful information would be appreciated. The defaults are in etc/RT_Config.pm