Hello guys
In my OTRS 3.3.8 I would like to ignore "out of office" autoreplies for closed tickets. Sometimes agent closes a ticket and right after that OTRS fetches "out of Office reply" and open a ticket once again. I've created postmaster filer for e-mails with subject "Out of Office" and it works great, the system ignores mails like this.
But I would like to have this functionallity only for already closed tickets. Unfotrunatelly when I add X-OTRS-State - closed in "Filter Condiditon" table it stops working.
Do you have any tip for me?
[SOLVED]Ignoring "Out of Office" replies
Moderator: crythias
-
- Znuny newbie
- Posts: 90
- Joined: 11 Feb 2014, 17:24
- Znuny Version: 3.3.2
[SOLVED]Ignoring "Out of Office" replies
Last edited by ThomasPL10 on 27 May 2015, 20:52, edited 1 time in total.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Ignoring "Out of Office" replies
Postmaster Filters via the web interface only manage the email incoming. They don't pay attention at all to destinations.
You might be able to add a (generic agent?) filter based upon an event, but it would be after a ticket is found.
You might be able to add a (generic agent?) filter based upon an event, but it would be after a ticket is found.
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: 74
- Joined: 17 May 2013, 09:30
- Znuny Version: 6.0.30
- Real Name: Stein Erik Berget
Re: Ignoring "Out of Office" replies
Have a look at [url]opar.perl-services.de/package/S/SE/SEBERGET/Out-Of-Office-Reply[/url. This package makes sure that the state of tickets don't change when you get an OOOR. Hope it works for you.ThomasPL10 wrote:In my OTRS 3.3.8 I would like to ignore "out of office" autoreplies for closed tickets. Sometimes agent closes a ticket and right after that OTRS fetches "out of Office reply" and open a ticket once again. I've created postmaster filer for e-mails with subject "Out of Office" and it works great, the system ignores mails like this.
But I would like to have this functionallity only for already closed tickets. Unfotrunatelly when I add X-OTRS-State - closed in "Filter Condiditon" table it stops working.
OTRS 6.0.12 on Ubuntu with MySQL DB, and various plug-ins and a hack or two 

-
- Znuny newbie
- Posts: 90
- Joined: 11 Feb 2014, 17:24
- Znuny Version: 3.3.2
Re: Ignoring "Out of Office" replies
I've implemented postmaster filter. It works ok.
Thank you Crythias.
Thank you Crythias.
Re: [SOLVED]Ignoring "Out of Office" replies
ThomasPL10,
Do you mind share how you configured your Postmaster Filter?
Thanks
Fernando Possebon
Do you mind share how you configured your Postmaster Filter?
Thanks
Fernando Possebon
-
- Znuny newbie
- Posts: 90
- Joined: 11 Feb 2014, 17:24
- Znuny Version: 3.3.2
Re: [SOLVED]Ignoring "Out of Office" replies
You do not have the required permissions to view the files attached to this post.
Re: [SOLVED]Ignoring "Out of Office" replies
Thanks ThomasPL10.