Matus UHLAR - fantomas skrev den 2025-02-13 17:26:
On 13.02.25 11:28, Marc wrote:
I was wondering if it could be interesting for spamassassin to get
also into the business of scanning for personal/sensitive data. Maybe
as a separate project?
I have the impression there is growing demand for "personal
identifiable information" services. I have the impression that such
scanning is really close to the stuff spamassassin is already doing.
No idea if there are already such open source projects.
ClamAV has StructuredDataDetection option that is supposed to catch
this kinds of data.
further, amavis can use output of clamav to map to spam score:
- added to @virus_name_to_spam_score_maps :
/^Structured\.(SSN|CreditCardNumber)\b/
/^Sanesecurity.TestSig_/
/^Email\.Spammail\b/
/^winnow\.(phish|spam)\./
/^INetMsg\.SpamDomain/
not currect amavisd syntax :/
there is clamav plugin to SA but I don't know its current state.
ading this plugin needs scanning in clamav one more time, the plugin
must be rewrited to use first time results