Postmaster filter 100 characters limit

Moderator: crythias

Locked
MatjazBF
Znuny newbie
Posts: 21
Joined: 29 Oct 2013, 12:11
Znuny Version: 4.0.10
Real Name: Matjaz Batic Finzgar

Postmaster filter 100 characters limit

Post by MatjazBF »

Hi!

I'm trying to implement some complex regular expressions to automatically deliver emails to queues but in the PostMaster Filter Management the Filter condition value is limited to 100 characters.

Can this number be extended and how?
Thanks
MatjazBF
Znuny newbie
Posts: 21
Joined: 29 Oct 2013, 12:11
Znuny Version: 4.0.10
Real Name: Matjaz Batic Finzgar

Re: Postmaster filter 100 characters limit

Post by MatjazBF »

found the solution ... edit the Kernel/Output/HTML/Standard/AdminPostMasterFilter.dtl


will do the tests tomorrow if it is working and report back
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Postmaster filter 100 characters limit

Post by crythias »

MatjazBF wrote:I'm trying to implement some complex regular expressions to automatically deliver emails to queues
Don't use customer based queues, btw.
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
MatjazBF
Znuny newbie
Posts: 21
Joined: 29 Oct 2013, 12:11
Znuny Version: 4.0.10
Real Name: Matjaz Batic Finzgar

Re: Postmaster filter 100 characters limit

Post by MatjazBF »

crythias wrote:Don't use customer based queues, btw.
We are using multiple (>20) incoming addresses on one OTRS system and when customers send one mail with two email addresses in to or cc (both one the same OTRS) I plan to catch those emails and put them in special queue where agents can then split them.

If anyone has a better idea how to handle those emails you are welcome. :)
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Postmaster filter 100 characters limit

Post by crythias »

You actually want to make two tickets?

If you want them to make multiple tickets, pop3 multiple boxes. If you want one ticket, alias one box. (At least, this seems to make sense as I write it...)
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
MatjazBF
Znuny newbie
Posts: 21
Joined: 29 Oct 2013, 12:11
Znuny Version: 4.0.10
Real Name: Matjaz Batic Finzgar

Re: Postmaster filter 100 characters limit

Post by MatjazBF »

crythias wrote:You actually want to make two tickets?

If you want them to make multiple tickets, pop3 multiple boxes. If you want one ticket, alias one box. (At least, this seems to make sense as I write it...)
I'm affraid multiple mailboxes won't work. It is true that emails sent to different mailboxes will produce two emails and two tickets.
But the problem with filtering remains ... Still both filters (for first to and second TO value) would match both emails, because both emails / tickets have the same values in To.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Postmaster filter 100 characters limit

Post by crythias »

MatjazBF wrote:But the problem with filtering remains ... Still both filters (for first to and second TO value) would match both emails, because both emails / tickets have the same values in To.
The "but" in this case is that PostMaster Mailboxes can sort by "To" without PostMasterFilters OR be dedicated to a single queue.
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
Locked