Topic: SPAM still not deletet(Filter by Roundcube)
We are using the folow
iRedAdmin-Pro-SQL 2.1.3 (Aktuelle Version 1.9.2)
Iredmail 0.9.0
Ubuntu 14.04 LTS
my target is get spam instant killed, so i made a filter over roundcube, my content of the file managesieve.sieve is the folow, but i still get mails with spam header in my junkbox
require ["body","fileinto","vacation"];
# rule:[Vacation]
if false # true
{
vacation :days 1 "I'm on vacation.";
}
# rule:[spam]
if body :text :contains "X-Spam-Flag: YES"
{
discard;
stop;
}
==== Required information ====
- iRedMail version (check /etc/iredmail-release):
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- Related log if you're reporting an issue:
====
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.