Hi Felipe,

If RT gets the message, it will always create the ticket, but you can use an OnCreate scrip to delete it ( $self->TicketObj->SetStatus("Deleted") ) if the subject line meets your criteria. If you don't want a ticket to be created at all, you probably need to keep it away from RT altogether. Blocking it before RT gets it will also reduce the number of users and groups cluttering up your database. That said, I don't know how to block it with your mail software.

Regards,
Gene

At 09:09 AM 10/3/2008, Filipe José Silva Clemente wrote:
Hi,

I dont want RT to create new tickets ID if the subject message contains the expression we used in our old helpdesk response software.

How can i do this?
Ignoring the messages with fetchmail? (is this possible?)
By script telling RT to not create an incident to those messages? (RegEx?)


Any code samples? Ideas?

TIA,
Filipe
Portugal


--
Gene LeDuc, GSEC
Security Analyst
San Diego State University  
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to