Stopping emaisl

RT-ers:

I would like to suspend all email emitted from RT. Is there some ACE
switch that I can use to turn this off.

At the moment I am using bogus emails that turn into annoying dead
letters.

Thanks for the help.

Craig Stevenson
|| stevensc@nsuok.edu | 918-456-5511x5955
|| Northeastern State University
|| 601 N. Grand | Tahlequah, Oklahoma 74464-2399

At Thursday 12/8/2005 02:20 PM, Craig Stevenson wrote:

RT-ers:

I would like to suspend all email emitted from RT. Is there some ACE
switch that I can use to turn this off.

We implemented a new RT config variable to do this. It requires a small
change to the RT API. I can share the code if you’re interested.

Steve

At Thursday 12/8/2005 02:20 PM, Craig Stevenson wrote:

RT-ers:

I would like to suspend all email emitted from RT. Is there some ACE
switch that I can use to turn this off.

We implemented a new RT config variable to do this. It requires a small
change to the RT API. I can share the code if you’re interested.

You can also use sendmailpipe and a SendmailCommand of /bin/true, I
believe.