Displaying 3 results from an estimated 3 matches for "showdots".
Did you mean:
shoots
2007 Oct 09
1
SpamAssassin and Public Namespace
...= $#msgs; $i++)
{
# I put it into a file for processing, doing it into a perl var &
piping through sa-learn just didn't seem to work
$imap->message_to_file("/tmp/salearn",$msgs[$i]);
# execute sa-learn w/data
# if ($debug) { $salearn = `/usr/bin/sa-learn -D --no-sync --showdots
--spam /tmp/salearn`; }
# else
{ $salearn = `/usr/bin/sa-learn --no-sync --showdots --spam /tmp/salearn`; }
print "-------\nSpam: ",$salearn,"\n-------\n" if $debug;
# delete processed message
$imap->delete_message($msgs[$i]);
unlink("/tmp/salearn");
}
$i...
2008 Jan 28
3
dbox
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I am trying to create a user with dbox format.
i get this error:
dovecot: Jan 28 13:45:34 Error: IMAP(ebal2): Mail storage creation
failed with mail_location: dbox:/var/mail/folders/testuser
dovecot: Jan 28 13:45:34 Error: child 5336 (imap) returned error 89
my conf has this entry:
mail_location: dbox:/var/mail/folders/%u
dovecot 1.0.10
any
2013 Apr 12
0
Problem with vpopmail + qmail + dovecot lda
...recase = trash;Deleted *
# antispam_signature = X-DSPAM-Signature
# antispam_signature_missing = move
# antispam_dspam_binary = /usr/local/bin/dspamc
# antispam_crm_args =
-u;%h;/usr/share/crm114/mailreaver.crm;--fileprefix=/usr/share/crm114/
#sa-learn -u clamav --spam /var/mail/public/.Spam --showdots
# antispam_dspam_args = --deliver;--user;%u
antispam_pipe_program = /usr/bin/sa-learn
# (defaults to /usr/sbin/sendmail)
antispam_pipe_program_args = -u;clamav
antispam_pipe_program_spam_arg = --spam
antispam_pipe_program_notspam_arg = --ham
antispam_pipe_tmpdir = /mnt/r...