source: npl/mailserver/kopano_conf/root/etc/kopano/userscripts/kopano-dspam-retrain

Last change on this file was 1163be4, checked in by Edwin Eefting <edwin@datux.nl>, 7 years ago

Migrated from Zarafa 7.2.4 to Kopano 8.6.6, including webapp

  • Property mode set to 100755
File size: 264 bytes
Line 
1#!/bin/bash
2
3#SYN-3 dspam training script for kopano-dspam. see https://github.com/psy0rz/kopano-dspam
4
5SPAM_USER="$1"
6SPAM_ID="$2"
7CLASSIFICATION="$3"
8UNDO="$4"
9
10
11/usr/bin/dspamc --source=error --class="$CLASSIFICATION" --signature="$SPAM_ID" --user "$SPAM_USER"
Note: See TracBrowser for help on using the repository browser.