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

Reply via email to