[SOLVED] OTRS Subject empty

Moderator: crythias

Locked
klausneil
Znuny superhero
Posts: 682
Joined: 29 May 2012, 22:47
Znuny Version: 6.0.24
Real Name: Klaus Salazar
Location: Perú

[SOLVED] OTRS Subject empty

Post by klausneil »

Hi I wonder if you can block messages that have no subject or recommendation that may be taken to when a customer sends an email with the subject blank
Last edited by klausneil on 04 Dec 2012, 06:12, edited 1 time in total.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: OTRS Subject empty

Post by crythias »

Try a PostmasterFilter:

FilterCondition match subject value ^$
Then Set Email Headers X-OTRS-Queue value NoSubjectQueue

(assuming you have a queue that is called "NoSubjectQueue")
Or X-OTRS-Ignore value yes if you're absolutely certain you don't ever want this ticket.
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
klausneil
Znuny superhero
Posts: 682
Joined: 29 May 2012, 22:47
Znuny Version: 6.0.24
Real Name: Klaus Salazar
Location: Perú

Re: OTRS Subject empty

Post by klausneil »

OK a question otrs have some form of rejecting a type of mail this is for notify to the customer that did not realize that sending mail without subject.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: OTRS Subject empty

Post by crythias »

Look within Edit Config Settings in Ticket -> Core::PostMaster and see if there applies what you want (search for reject)
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
klausneil
Znuny superhero
Posts: 682
Joined: 29 May 2012, 22:47
Znuny Version: 6.0.24
Real Name: Klaus Salazar
Location: Perú

Re: OTRS Subject empty

Post by klausneil »

Excelent I could block thanks crythias.
Locked