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
AUTO REPLY's to exclude some email addresses
Moderator: 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
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
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
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: 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
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
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
-
- 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
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
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: 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
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?
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?