So there is no regex or anything that will wild card that? Weird.
Anyway, I know you didn’t mention postfix, I was preempting the fix or filter it with your MTA answer.
The obstacle of removing them one at a time in a loop, is that the emails come from outside of our domain. Not knowing these addresses it’s impossible to remove them before other scrips fire off. The emails back to them on create notify and other scripts, need to be completely disabled.
Thanks for your help Christian!
RandyFrom: Loos, Christian [mailto:CLoos@netcologne.de]
Sent: Thursday, January 05, 2012 7:51 AM
To: Randy Black
Cc: rt-users@lists.bestpractical.com
Subject: AW: Strip the requestor
I didn’t say anything about postfix.
You have to remeove every single requestor within your RT scrip.
There is no method to remove all requestors so you have to loop over
all requestors and remove them one by one.
-Chris
Von: Randy Black [mailto:Randy.Black@Buckle.com]
Gesendet: Donnerstag, 5. Januar 2012 14:18
An: Loos, Christian
Cc: rt-users@lists.bestpractical.com
Betreff: RE: Strip the requestor
Seriously, that’s no good. I need to remove everything from the requestor or change it to an internal user (nobody, root). I cannot be sending out emails for this queue. A postfix overhaul is too big to fix a problem that I am think could/should be easily done in RT.
Any other suggestions? Thanks for your help!
Randy
From: Christian Loos [mailto:cloos@netcologne.de]
Sent: Thursday, January 05, 2012 6:09 AM
To: Randy Black
Cc: rt-users@lists.bestpractical.com
Subject: Re: Strip the requestor
There is no wildcard value.
You have to remove each requestor.
You can loop over $self->TicketObj->RequestorAddresses
-Chris