OTRS filters

Moderator: crythias

Locked
renzovilo
Znuny newbie
Posts: 1
Joined: 04 Sep 2013, 05:59
Znuny Version: 3.2.9
Real Name: renzo vilo
Company: renzo home

OTRS filters

Post by renzovilo »

guys, Need help

What regex code in filter, which i want to ignore everything that doesnt start with "SUP_" in the email subject

Ex.
Subject
SUP_HR = accept
SUP_MIS = accept
hardware problems = ignore
PLEASEEE Guys Need Help :( :( :( :(
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: OTRS filters

Post by reneeb »

Code: Select all

^(?!SUP_)
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Locked