Postmaster Filter Regex Question

Moderator: crythias

Locked
jfreeman2nc
Znuny advanced
Posts: 136
Joined: 04 Oct 2010, 14:14
Znuny Version: 3.0.10; 3.1.4
Location: US, SC
Contact:

Postmaster Filter Regex Question

Post by jfreeman2nc »

I am trying to filter emails that have KAP in the body or subject to a certain queue, however there are also some emails that have PAK in either the body or subject and they are being caught by the KAP filter. Sometimes after KAP there is an underscore so I have setup the filter to look for KAP?[_\b]? so that it will look either situation. If I put parenthesis around KAP as such (KAP)?[_\b]?, will this just look for the letters KAP in that order?

Thanks for your help
OTRS 3.1.4
Windows Server 2008 R2
MySQL

OTRS 3.0.10 - soon to be 3.0.12 or 3.1.4
Windows Server 2008 R2
MySQL DB
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Postmaster Filter Regex Question

Post by crythias »

[KAP] looks for K or A or P
(KAP) looks for KAP
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Wolfgangf
Znuny ninja
Posts: 1029
Joined: 13 Apr 2009, 12:26
Znuny Version: 6.0.13
Real Name: Wolfgang Fürtbauer
Company: PBS Logitek GmbH
Location: Pinsdorf

Re: Postmaster Filter Regex Question

Post by Wolfgangf »

This might be usefull: http://regexpal.com/
Produktiv:
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
Locked