Hi,
how can i ignore all emails that dont have a ticket number but if an email comes with a ticket number add its info.
If i add the email account it grabs every email as a ticket.
Thanks.
how to recieve new tickets only by phone, updates by email?
Moderator: crythias
how to recieve new tickets only by phone, updates by email?
OTRS: 4.0.8
Database: MySQL
Database: MySQL
-
- Znuny guru
- Posts: 5018
- Joined: 13 Mar 2011, 09:54
- Znuny Version: 6.0.x
- Real Name: Renée Bäcker
- Company: Perl-Services.de
- Contact:
Re: how to recieve new tickets only by phone, updates by email?
Adminarea -> Postmaster filters
=> search for "subject" negate regex "\A\[Ticket#" (without quotes)
=> set X-OTRS-Ignore to "yes"
=> search for "subject" negate regex "\A\[Ticket#" (without quotes)
=> set X-OTRS-Ignore to "yes"
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: how to recieve new tickets only by phone, updates by email?
or, a bit nicer, dump incoming tickets to a "Junk" queue with autoresponder "We don't accept new tickets by email. Fill the form online at ..." and then generic agent autoclose Junk tickets every 10 minutes.
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
Re: how to recieve new tickets only by phone, updates by email?
thanks!
that did the trick.
i used negate ".*\[Ticket#\d+\]" without quotes
that did the trick.
i used negate ".*\[Ticket#\d+\]" without quotes
OTRS: 4.0.8
Database: MySQL
Database: MySQL
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: how to recieve new tickets only by phone, updates by email?
but you don't need that...
tickets with ticket numbers will stay in the queue they're in. :)
tickets with ticket numbers will stay in the queue they're in. :)
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