ASSP basicly uses the email-interface for spam and ham reporting and 
corrections.

The web interface (GUI) can be used by admins to copy/move a file.

Admins may use the assp-filecommander or any OS command or tool to copy or 
move .eml files from one to another corpus location (by date, content, 
name .... ).

Thomas





Von:    "SChani" <use...@schani.com>
An:     assp-test@lists.sourceforge.net
Datum:  12.11.2018 22:20
Betreff:        [Assp-test] sieve learning spam/ham into ASSP spamDB



Hello,

is it possible to learn the internal ASSP basian/spamDB by move emails 
to other folder?

There is a solution with dovecot sieve an spamc like

pipe :copy "sa-learn-spam.sh" [ "${username}" ];


# sa-learn-spam.sh
#!/bin/sh
# you can also use tcp/ip here, consult spamc(1)
exec /usr/bin/spamc -u ${1} -L spam -C report

https://wiki2.dovecot.org/HowTo/AntispamWithSieve#Dovecot_configuration

Is there a solution for ASSP?

Thanks for help
Christian


_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test






DISCLAIMER:
*******************************************************
This email and any files transmitted with it may be confidential, legally 
privileged and protected in law and are intended solely for the use of the 

individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no 
known virus in this email!
*******************************************************

_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to