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
Postmaster filter 100 characters limit
Moderator: crythias
-
- 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
found the solution ... edit the Kernel/Output/HTML/Standard/AdminPostMasterFilter.dtl
will do the tests tomorrow if it is working and report back
will do the tests tomorrow if it is working and report back
-
- 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
Don't use customer based queues, btw.MatjazBF wrote:I'm trying to implement some complex regular expressions to automatically deliver emails to queues
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
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
-
- 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
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.crythias wrote:Don't use customer based queues, btw.
If anyone has a better idea how to handle those emails you are welcome.

-
- 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
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...)
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
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
-
- 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
I'm affraid multiple mailboxes won't work. It is true that emails sent to different mailboxes will produce two emails and two tickets.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...)
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.
-
- 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
The "but" in this case is that PostMaster Mailboxes can sort by "To" without PostMasterFilters OR be dedicated to a single queue.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.
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
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