Re: [rt-users] RT-to-RT communication

2012-02-03 Thread Alek Cesarz
Kevin Falcone pisze, W dniu 2012-02-03 18:42: >> Precedence: bulk > > This one ^ is going to cause the CheckForAutoGenerated method to > return true, which will cause those headers you saw and turn off > outgoing mail back to the auto generated user. I'm not sure if there > is a config you could

Re: [rt-users] RT-to-RT communication

2012-02-03 Thread Kevin Falcone
On Thu, Feb 02, 2012 at 10:40:22PM +0100, Alek Cesarz wrote: > Alek Cesarz pisze, W dniu 2012-01-25 21:48: > > > thanks Kevin. will check and get back with results. > > I tried to review the code but with no success. nothing found in > incoming mail looks like it should trigger any special behavi

Re: [rt-users] RT-to-RT communication

2012-02-02 Thread Alek Cesarz
Alek Cesarz pisze, W dniu 2012-01-25 21:48: > thanks Kevin. will check and get back with results. I tried to review the code but with no success. nothing found in incoming mail looks like it should trigger any special behaviour, but... I am not a Perl hacker so my understanding of RT's code is li

Re: [rt-users] RT-to-RT communication

2012-01-25 Thread Alek Cesarz
Kevin Falcone pisze, W dniu 2012-01-25 18:51: > My guess is that RT sees that it is an Autogenerated message and > doesn't want to cause a loop with more autogenerated mail. > > There's a branch to make this path even chattier, which should make it > into 4.0.6, but you can check by looking at the

Re: [rt-users] RT-to-RT communication

2012-01-25 Thread Kevin Falcone
On Wed, Jan 25, 2012 at 07:50:53AM +0100, Alek Cesarz wrote: >notifications are sent. when the ticket is opened by ticket from other RT > - no autoreply is >sent. >I checked debug logs - it shows that all scrips are run, but no email is > generated... >1. could somebody point me t

[rt-users] RT-to-RT communication

2012-01-24 Thread Alek Cesarz
hi, first of all: hello to everyone, especially old friends: Jesse and Ruslan. it has been almost 10 years since I played with RT for the last time! ((-: I am amazed how many changes were implemented - great job! unfortunately I run into some problem with fresh installation of 4.0.4, and maybe som