search for: notspam

Displaying 13 results from an estimated 13 matches for "notspam".

Did you mean: nospam
2008 Jun 11
5
Antispam plugin custom behavior?
...lders" to enable spam filter training. Here's how it works: 1. If you have a false-negative, put the spam into the Spam.Report folder 2. If you have a false-positive (which has all kinds of ugly spamassassin protective markup in it), put the message into the Spam.NotSpam folder Currently what happens is that a cron job comes along every five minutes and processes the messages in those folders. In the case of the NotSpam folder, it strips the message of the spamassassin markup, retrains the bayesian net, and redelivers the message (e.g. via deliver). In the ca...
2007 Oct 09
1
SpamAssassin and Public Namespace
...ldername ); print $foldername, " is imap folder\n"; }* my $spamcount = $imap->message_count('Filter/Spam');* print $spamcount, " Spam to process\n"; * my $nonspamcount = $imap->message_count('Filter/Non-Spam');* print $nonspamcount, " Notspam to process\n" if $debug; } # Process the spam mailbox *$imap->select('Filter/Spam');* my @msgs = $imap->search("ALL"); for (my $i=0;$i <= $#msgs; $i++) { # I put it into a file for processing, doing it into a perl var & piping through sa-learn just didn't...
2008 Apr 19
2
mailtrain with dovecot antispam plugin
...nto another. code is #!/bin/bash echo $* > /tmp/sendmail-parms.txt exec cat<&0 >> /tmp/sendmail-msg.txt exit 0 So i tried a retrain and went to see what those txt files had. The parms.txt file was fine apparently, with cat /tmp/sendmail-parms.txt i got -f hm at hmonteiro.net notspam-hm at hmonteiro.net Then i did the same to the message file, with cat /tmp/sendmail-msg.txt, and i got the follwing Return-Path: <hugo.monteiro at fct.unl.pt>Delivered-To: hm at hmonteiro.net Received: (qmail 21616 invoked from network); 19 Apr 2008 16:21:17 -0000 Received: (simscan 1.4....
2020 Oct 13
1
Spam learning for rspamd
On 10/12/2020 10:54 PM, Aki Tuomi wrote: > Try this guide: > https://doc.dovecot.org/configuration_manual/howto/antispam_with_sieve/ > > Aki I will, but that doesn't seem to answer the question of the header rewriting. How can I explain to rspamd and/or sieve that a message that was delivered, but marked as spam is in fact NOT spam? -- Dan Egli On my Test server --------------
2007 May 07
2
dovecot-dspam-integration
...the thing we care about is the dspam signature which is unique. So that's not a problem. The point is that you have to (a) when no files exist: move into spam: create a file <sig> with contents "spam" move out of spam: create a file <sig> with contents "notspam" (b) when <sig> file exists with contents "spam": move into spam: shouldn't happen move out of spam: unlink file (c) when <sig> file exists with contents "notspam": move into spam: unlink file move out of spam: shouldn't happen...
2008 Aug 07
2
dovecot-antispam: Failed to read mail beginning, Next message unexpectedly lost
.../etc/krb5.imap verbose: yes debug: yes passdb: driver: pam args: dovecot userdb: driver: passwd plugin: antispam_spam: mailbox.spam antispam_trash: trash;Trash;Deleted Items antispam_mail_spam: spam at mysite.org antispam_mail_notspam: notspam at mysite.org antispam_mail_sendmail: /home/username/fake_sendmail Dovecot is version 1.1.2, dovecot-antispam is the latest snapshot. Running on Red Hat Enterprise Linux Server release 5.2, x86_64, filesystem is ext3 (on lvm). Attached is the strace -p of the session. The code see...
2008 Mar 06
0
two problems with dovecot and antispam-plugin and qmail/vpopmail
...error (could not execute dspam). If I remove de data directory, it works... I can move the message and by doing this de data directory is re-created. So I decided to try mail training backend. My configuration is: antispam_mail_tmpdir = /tmp antispam_mail_spam = spam@%d antispam_mail_notspam = nospam@%d antispam_mail_sendmail = /opt/qmail/bin/sendmail # antispam_mail_sendmail_args = -f;%u But an error occurs. (Failed to send mail) I tried to use qmail-inject instead but the same error occurs. Then i tried to use de args commented (-f;%u) but didn't work yet. I also tried...
2009 Dec 28
1
dovecot-shared
I'm confused about dovecot-shared. If the file exists, \SEEN flags are NOT shared? So if dovecot-shared exists, flags are actually private. The doc seems clear on this (albeit not worded very well). I only question it because intuitively you would think the opposite. If backwards compatibility is the reason for this reverse behavior, the file should have been named dovecot-private-flags.
2014 Oct 03
0
Configure antispam plugin with private namespaces
...g = 1 antispam_debug_target = syslog # the above NOT works antispam_spam = SPAM.Filtrados # the above works #antispam_spam = Filtrados antispam_signature = X-VERTICAL-IP-Quarantine-ID antispam_mail_sendmail = /usr/local/bin/mail_spam.sh antispam_mail_spam = --spam antispam_mail_notspam = --notspam acl = vfile mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename flag_change save mailbox_create mail_log_fields = uid box msgid from subject size vsize quota = maildir:DefaultQuota quota_exceeded_message = O destinatario desta mensagem esta com a caixa...
2002 Jun 06
2
Bootable CD Images
...ll be damned if I know how and I apologize for asking you a tech support question, but if you can't do it then I think it would be super great if you could. I'd write it myself but I don't know how. ;) My 2 cents, Kurt Neufeld ps-if you reply from a different email address put 'NotSpam' anywhere in the subject or the email will bounce back asking you for it.
2005 Aug 28
2
Feature Request - wild idea - folders for executing programs
Timo, I have a wild idea for a feature that is somewhat unusual, would be very powerful, and easy to implement. What I want is ... Special folders that when someone drags a message into them - it pipes the message into a program. The reason I want this is - for example - reporting of spam. Suppose you want everyone to have a spam-missed folder so that if a spam gets through then the user
2009 Jan 20
2
userdb didn't return a home directory with v1.1.7
...-Signature antispam_trash: trash;Trash;Deleted Items antispam_spam: Spam antispam_dspam_binary: /usr/bin/dspam antispam_dspam_args: --deliver=;--user;%u;-s antispam_mail_tmpdir: /tmp antispam_mail_sendmail: /usr/sbin/sendmail antispam_mail_spam: spam-%u at mail.example antispam_mail_notspam: notspam-%u at mail.example antispam_crm_binary: /bin/false dict: expire: mysql:/etc/dovecot/dovecot-dict-expire.conf root at mail:~# cat /etc/dovecot/dovecot-dict-expire.conf connect = host=127.0.0.1 dbname=postfix user=postfix password=removed table = expire select_field = timestamp where_f...
2010 Feb 19
2
quota and lazy_expunge plugins both used: quotas go wrong with lazy_expunge'd mails
...antispam_trash: trash;Trash;TRASH;Deleted Items;Deleted Messages;Corbeille antispam_spam: spam;Spam;SPAM;junk;Junk;Junk mail;Junk E-mail;Courrier ind&AOk-sirable antispam_allow_append_to_spam: no antispam_spool2dir_spam: /var/spool/antispam/spam/%%020lu-%u-%%05lu-spam antispam_spool2dir_notspam: /var/spool/antispam/notspam/%%020lu-%u-%%05lu-ham dict: expire: mysql:/etc/dovecot/dovecot-dict-expire.conf