email filter to multiple queues

Moderator: crythias

Locked
palcic
Znuny newbie
Posts: 14
Joined: 24 Oct 2012, 12:19
Znuny Version: 3.1.9

email filter to multiple queues

Post by palcic »

Hi!

I need to create Postmaster filter, that can create a ticket from some mail in a two different queues. I had tried multiple configurations, but it doesn't work :(

Please 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: email filter to multiple queues

Post by reneeb »

you can't do that witch standard postmaster filters. You have to write your own Perl module...
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
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: email filter to multiple queues

Post by crythias »

palcic wrote:I need to create Postmaster filter, that can create a ticket from some mail in a two different queues.
Why do you want to duplicate a ticket?
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
palcic
Znuny newbie
Posts: 14
Joined: 24 Oct 2012, 12:19
Znuny Version: 3.1.9

Re: email filter to multiple queues

Post by palcic »

For each OU I have a queue. But one specific mails (tickets) from mailing group need to be delivered to for ex. two queues.
So I tried Stop after match "NO" and create two filters, that the header To value for the filter condition is the same name and for the email header is a X-OTRS-Queue to different queues. But it doesn't work :(
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: email filter to multiple queues

Post by crythias »

palcic wrote:For each OU I have a queue.
Don't do this. Queues are for agents, not customers.
palcic wrote: But one specific mails (tickets) from mailing group need to be delivered to for ex. two queues.
No it doesn't. It needs to go to one group of people who will handle the ticket.
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
palcic
Znuny newbie
Posts: 14
Joined: 24 Oct 2012, 12:19
Znuny Version: 3.1.9

Re: email filter to multiple queues

Post by palcic »

You've got a point :)
Locked