Displaying 3 results from an estimated 3 matches for "prefspath".
Did you mean:
prefixpath
2016 Nov 11
1
How does one mark all messages as read (imap4flag "seen") with sieve?
...;
fi
if [ -d "$hamdir/new" ]; then
saparm="$saparm --ham $hamdir/new "
fi
if [ -d "$hamdir/cur" ]; then
saparm="$saparm --ham $hamdir/cur "
fi
#echo $saparm
if [ x"$saparm" != x ]; then
# $SU -c "$SALEARN --dbpath=$dbpath --prefspath=$prefs $saparm" $VMAILUSER
# $SALEARN --dbpath=$dbpath --prefspath=$prefs $saparm
$SALEARN -u "$VMAILUSER" --dbpath "$dbpath" -p "$prefs" $saparm
fi
# delete using find
# [ -d "$spamdir/new" ] && $FIND "$spamdir/new" -type f -d...
2016 Nov 10
2
How does one mark all messages as read (imap4flag "seen") with sieve?
I don't use the Anti-Spam plugin; I just fire off a BASH script every four hours with
crontab which iterates thru the vmail email accounts and trains Spamassassin 'per-user'
accounts. If the script sounds interesting I can post it here. It probably could use a little polish
though.
Bill
On 11/9/2016 6:49 PM, Ben Johnson wrote:
> On 11/5/2016 1:22 PM, Larry Rosenman wrote:
2013 Sep 11
1
Antispam plugin / sa-learn
Hello,
Sorry for posting on both list spamassassin and dovecot : my question is
on dovecot antispam plugin, used to learn spamassassin with sa-learn.
I wonder if there is a way to confirme sa-learn is correctly feeded by
the antispam plugin.
dovecot version : 2.1.7
spamassassin version : 3.3.2
(both packaged in debian stable, with postfix and amavis)
i configured dovecot's antispam plugin