How to block an email address from creating ticket

English! place to talk about development, programming and coding
Post Reply
durgam_swathi
Znuny newbie
Posts: 9
Joined: 08 Oct 2010, 15:54
Znuny Version: 2.4

How to block an email address from creating ticket

Post by durgam_swathi »

Hi

I want to block some email addresses from creating ticket.. how can it be done? any idea??

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

Re: How to block an email address from creating ticket

Post by crythias »

The simplest way is to use the postmasterfilter MATCH what you want and SET X-OTRS-Ignore.
or there's a similar entry in SysConfig Core::PostMaster which you'll need to enable:
PostMaster::PreFilterModule###1-Match:
Module to filter and manipulate incoming messages. Block/ignore all spam email with From: noreply@ address.

Also, check this: http://forums.otrs.org/viewtopic.php?f=61&t=4933#p20981
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
durgam_swathi
Znuny newbie
Posts: 9
Joined: 08 Oct 2010, 15:54
Znuny Version: 2.4

Re: How to block an email address from creating ticket

Post by durgam_swathi »

@crythias

Thank you for ur reply.. It sounds worth working.. I will work on this for sure.. :)
Post Reply