Hi everbody,
My first post on this forum, thank you in advance for your help. I try to make a kind of Spam filter. I've tried with the "postmasterfilter" fonction. it's works quiet well, the email can be send in a Queue or Deleted but the only problem is that I have to make one filter for each sender i want to block.
Is it possible to make a kind of list with all the email that should be block?
Thank you
Postmasterfilter
Moderator: crythias
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Postmasterfilter
You could use a standard spam filter at your email account (gmail is a good option), or you could look at the howto http://forums.otrs.org/viewtopic.php?f= ... 016#p26016 to block non-users or ...
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: Postmasterfilter
...or ?
is it possible to put more than one email adress as a value? when you are in the Postmasterfilter window?
is it possible to put more than one email adress as a value? when you are in the Postmasterfilter window?
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Postmasterfilter
yes.
Match
(email1@domain|email2@domain2|email3@domain3)
Still, blocking before Postmaster is probably a better idea. You'll be spending forever adding spammers to this list.
Match
(email1@domain|email2@domain2|email3@domain3)
Still, blocking before Postmaster is probably a better idea. You'll be spending forever adding spammers to this list.
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: Postmasterfilter
Thank you crysthias,
So if i understand i must try this way right?
Match:
FROM => (me@domain.com I me1@domai.com I ...)
Set
X-OTRS -QUEUE => ONE QUEUE
is that the settings?
tao
So if i understand i must try this way right?
Match:
FROM => (me@domain.com I me1@domai.com I ...)
Set
X-OTRS -QUEUE => ONE QUEUE
is that the settings?
tao
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Postmasterfilter
If you are spam filtering, you may want to set X-OTRS-IGNORE: yes (also available in SysConfig)
http://doc.otrs.org/2.4/en/html/x1590.h ... ing-filter
http://doc.otrs.org/2.4/en/html/x1590.h ... ing-filter
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