Postmasterfilter SET

Moderator: crythias

Post Reply
rey90
Znuny newbie
Posts: 70
Joined: 16 Aug 2012, 15:56
Znuny Version: 4.0.10

Postmasterfilter SET

Post by rey90 »

Hello all

i want to do the follwing with the postmaster filter, but didn´t know how to do this, thanks for your help so far!

IF(
TO: xxx@xxx.de
)
SET(
QUEUE="first queue"
Responsible=EMAIL-HEADER:FROM
)

Is this possible?

Regards
Rey90
Produktiv: OTRS: 4.0.10
Testing": OTRS: 5
OS: Debian 7
Apache2/MySQL 5
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Postmasterfilter SET

Post by crythias »

handle Match TO/Set Queue from Postmaster dispatch

You shouldn't be able to set the Responsible by the sender of a ticket.
Responsible shouldn't be able to create a ticket via email.
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
rey90
Znuny newbie
Posts: 70
Joined: 16 Aug 2012, 15:56
Znuny Version: 4.0.10

Re: Postmasterfilter SET

Post by rey90 »

why not?

agent sends email to otrs -> new ticket created -> he is responsible and owner

how can i use the EMAILFROM Address in the SET section?
Produktiv: OTRS: 4.0.10
Testing": OTRS: 5
OS: Debian 7
Apache2/MySQL 5
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Postmasterfilter SET

Post by crythias »

rey90 wrote:agent sends email to otrs -> new ticket created -> he is responsible and owner
Because it's easy to spoof being an agent. If viagra sales sends to xxx@xxx.de, who's the customer?

Read the links in the other post/my help link.
http://www.otrs.com/en/software/otrs-he ... ce/#c39714
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
rey90
Znuny newbie
Posts: 70
Joined: 16 Aug 2012, 15:56
Znuny Version: 4.0.10

Re: Postmasterfilter SET

Post by rey90 »

in this point of view i didn´t care about the customer. i will use a dummy customer.
this should catch all tickets which are created in attendance.

The easiest and fastes way for me: Just Forward this email requests to OTRS

the email filter is configured to expect only internal email address for this option. so no viagra xxxx@xxx.com is possible
Produktiv: OTRS: 4.0.10
Testing": OTRS: 5
OS: Debian 7
Apache2/MySQL 5
Post Reply