Filtering using text file

Moderator: crythias

Locked
mooz
Znuny newbie
Posts: 2
Joined: 27 Oct 2010, 13:41
Znuny Version: 2.4

Filtering using text file

Post by mooz »

Hi,

I want to automaticly put tickets from the sales department into the Sales queue. This looks like a nice job for the Postmasterfilter. But to put over 20 adresses in one field seems alot.

Is it possible to simply compare the email with a text file? That would make things alot easy'er.

Thanks,
- Dave
------------------++++++++++++++++++++++------------------
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Filtering using text file

Post by crythias »

It would be easier to give the sales department an (aliased) email address to send to than to manage the list with potential users.

Example:
"help@yourotrsemail.tld" has an alias of "saleshelp@yourotrsemail.tld"

The postmaster email accounts will assign to the queue based upon the To: if you set that up, not the account that it pulls from.

Otherwise, you might have a long entry of (user1|user2|user3|user4)@domain.tld as your Match query in PostmasterFilter.
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
mooz
Znuny newbie
Posts: 2
Joined: 27 Oct 2010, 13:41
Znuny Version: 2.4

Re: Filtering using text file

Post by mooz »

crythias wrote: It would be easier to give the sales department an (aliased) email address to send to than to manage the list with potential users.

Example:
"help@yourotrsemail.tld" has an alias of "saleshelp@yourotrsemail.tld"

The postmaster email accounts will assign to the queue based upon the To: if you set that up, not the account that it pulls from.
Excellent point. Thank you!
crythias wrote: Otherwise, you might have a long entry of (user1|user2|user3|user4)@domain.tld as your Match query in PostmasterFilter.
Yes i was using that method. It gets messy when you have more than 20 adresses , but its manageable at the moment. Thank you for your help. :)
------------------++++++++++++++++++++++------------------
Locked