Page 1 of 1

can we block and unblock using subject

Posted: 21 Apr 2014 21:02
by suresh
are we able to block and unblock using subject?

are we able to release multiple email at the same time?

Re: can we block and unblock using subject

Posted: 22 Apr 2014 09:21
by buzzzo
1) block subject: yes, using mcp
2) yes, see messages operations on webgui

Re: can we block and unblock using subject

Posted: 23 Apr 2014 17:09
by suresh
how do i use MCP?


thank you for helping me out.

Re: can we block and unblock using subject

Posted: 24 Apr 2014 00:11
by shawniverson

Re: can we block and unblock using subject

Posted: 27 Feb 2015 20:49
by suresh
is MCP more for blocking emails?

if i want to unblock based on subject, what do you recommand?

Re: can we block and unblock using subject

Posted: 28 Feb 2015 13:22
by shawniverson
You could use spamassassin and create a custom rule to assign a strong negative value to an email.

https://wiki.apache.org/spamassassin/WritingRules

Re: can we block and unblock using subject

Posted: 02 Mar 2015 20:28
by suresh
Thank you that worked.

file i worked on is /etc/mail/spamassassin/local.cf

and typed

header ALLOWED_RULE_SUBJECT Subject =~ /\btest\b/i
score ALLOWED_RULE__SUBJECT -10

then restarted the MailScanner service.

it seems to be working for me.