AUTO REPLY's to exclude some email addresses

Moderator: crythias

Locked
aamira
Znuny newbie
Posts: 20
Joined: 22 Feb 2013, 06:06
Znuny Version: 3.2.1
Real Name: Aamir Ali
Company: Warakirri

AUTO REPLY's to exclude some email addresses

Post by aamira »

Hi All,

Idea is to exclude sending automatic reply to certain email address when a ticket is created. These email addresses are assigned to different business applications which triggers an email when a exception/error occurs. So sending a auto reply to them is not required rather useless. I only want to send auto reply to real users that do have a mailbox.

Your help would be appreciated.

Regards,

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

Re: AUTO REPLY's to exclude some email addresses

Post by crythias »

AutoReplies don't have to be assigned to all queues.
Tickets from nonhumans can arrive in queues that don't have autoreplies assigned.
Edit: also PostMasterFilter X-OTRS-Loop True prevents reply
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
aamira
Znuny newbie
Posts: 20
Joined: 22 Feb 2013, 06:06
Znuny Version: 3.2.1
Real Name: Aamir Ali
Company: Warakirri

Re: AUTO REPLY's to exclude some email addresses

Post by aamira »

Hi crythias,

The tickets from the business applications are sent to different queues and it does gather with other user created tickets. So to create a separate queue for the nonhumans generated tickets can't be the solution.

Is there any other way we can prevent autoreplies to emails of the business applications(non-humans)

Cheers,

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

Re: AUTO REPLY's to exclude some email addresses

Post by crythias »

crythias wrote:Edit: also PostMasterFilter X-OTRS-Loop True prevents reply
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
otrswin
Znuny newbie
Posts: 19
Joined: 04 Dec 2013, 15:11
Znuny Version: 4.0.6.D150219.196
Real Name: Vivian
Company: WDMM

Re: AUTO REPLY's to exclude some email addresses

Post by otrswin »

Open Sysconfig Ticket -> Core::PostMaster

its way down:

"SendNoAutoResponseRegExp: If this regex matches, no message will be send by the autoresponder. " Something like this (MAILER-DAEMON|postmaster|abuse)@.+?\..+?

May this help?
Locked