[rt-users] How to reject email outside of a certain domain?

2006-10-30 Thread Philip Kime
We have an internal-only RT setup - not customer facing and would like to be able to block emailed tickets from outside of a specific domain - I can't see any obvious way to get this from the RT_Config.pm file - someone must have already done this? Or do you just config this in sendmail?

Re: [rt-users] How to reject email outside of a certain domain?

2006-10-30 Thread Jon Daley
On Mon, 30 Oct 2006, Philip Kime wrote: We have an internal-only RT setup - not customer facing and would like to be able to block emailed tickets from outside of a specific domain - I can't see any obvious way to get this from the RT_Config.pm file - someone must have already done this? Or do

Re: [rt-users] How to reject email outside of a certain domain?

2006-10-30 Thread Todd Chapman
You can probably override LoadOrCreateByEmail to check the email address. On Mon, Oct 30, 2006 at 01:14:06PM -0800, Philip Kime wrote: We have an internal-only RT setup - not customer facing and would like to be able to block emailed tickets from outside of a specific domain - I can't see any

RE: [rt-users] How to reject email outside of a certain domain?

2006-10-30 Thread Philip Kime
You can probably override LoadOrCreateByEmail to check the email address. That's useful for another problem I have - wanting to reject adding arbitrary watcher emails, thanks. It seems that rt-mailgate already has a mechanism for doing things like this. I altered