are we able to block and unblock using subject?
are we able to release multiple email at the same time?
can we block and unblock using subject
Re: can we block and unblock using subject
1) block subject: yes, using mcp
2) yes, see messages operations on webgui
2) yes, see messages operations on webgui
Re: can we block and unblock using subject
how do i use MCP?
thank you for helping me out.
thank you for helping me out.
- shawniverson
- Posts: 3783
- Joined: 13 Jan 2014 23:30
- Location: Indianapolis, Indiana USA
- Contact:
Re: can we block and unblock using subject
is MCP more for blocking emails?
if i want to unblock based on subject, what do you recommand?
if i want to unblock based on subject, what do you recommand?
- shawniverson
- Posts: 3783
- Joined: 13 Jan 2014 23:30
- Location: Indianapolis, Indiana USA
- Contact:
Re: can we block and unblock using subject
You could use spamassassin and create a custom rule to assign a strong negative value to an email.
https://wiki.apache.org/spamassassin/WritingRules
https://wiki.apache.org/spamassassin/WritingRules
Re: can we block and unblock using subject
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.
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.