This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SMTP Proxy Spam Digest Enhancement request

I don't know what the official way to put an enhancement request in is, so I will post here and hope that someone from astaro reads it.

We  are on v6 and need the daily spam digest to include things quarantined by the expression filter, so I carried out this unofficial modification which works fine.

edit the file /usr/local/bin/content_manager.pl

find the line that reads:-
 next unless ($message->{content_type} eq 'spam');

and replace it with

 next unless ( ($message->{content_type} eq 'spam') || ($message->{content_type} eq 'expression') );

please could astaro make this fix "official" and provide an option in the webadmin gui to enable this behaviour as I can see from these forums we are not the only people requesting this.

Whilst we are on the subject of enhancement requests for this area, others have also asked for:-

1) a delete link in the digest email so if the user wants to they can delete them, giving us a bit of disk space back.

2) An option to translate/customise the email message text (for non english speaking countries) and so that you can tell the user that your quarantine area automatically deletes emails after 3 days.

3) An option to change the time or frequency of these emails, as in some cases where email is critical, a digest every 6 hours or twice a day, would be much more useful.

Perhaps someone from astaro would care to comment. 

Also please do not advise me to upgrade to v7 yet as it is still missing some very important features that stop us moving up to it. (Packet filter live log filter option, to name just one).


This thread was automatically locked due to age.
Parents Reply Children