search for: learn

Displaying 20 results from an estimated 19898 matches for "learn".

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 this way : plugin {...
2019 Nov 17
2
Learning ham/spam with IMAPSieve: sa-learn-ham.sh terminated abnormally, signal 11
> make sa-laern-ham.sh change name to rspamd-learn-ham.sh and addopt sieve > to that name change I thought about the same thing while following the wiki guide. But in the end it's just the name of a bash script. Now I changed it as you proposed, since it just makes more sense, but the error remains: Error: program `/usr/lib/dovecot/siev...
2013 Nov 08
2
Problems with dovecot 2.1.7, spamassassin 3.3.2 and antispam plugin
...e a fairly long message, but I wanted to be sure to include as much information as possible. I'm having an issue with the dovecot-antispam plugin in that it seems to be unable to successfully run anything from the pipe backend. To qualify that, they run, but they fail ... Running /usr/bin/sa-learn directly always returns with an error code of 1, and the bayes DB isn't actually updated. Running the /usr/local/bin/sa-learn-pipe.sh script from the example will run sa-learn successfully, but sa-learn fails partway through, right on a sql DB access. I have both bayes and FuzzyOcr data store...
2018 Aug 09
3
imapsieve wrong matches on APPEND cause
...in causes in plugin section of dovecot.conf no rule is matched at all. If I add APPEND event into causes in plugin section of dovecot.conf, then for some reason imapsieve matches both rules on move from Inbox to Spam and no rules on move from Spam to Inbox. Matching both rules attempts to run both learn_spam and learn_ham. First one works and second logs error (which is correct). On attempt to move message from Spam to Inbox imapsieve not matching any rule at all and thus learning is not working. Could you please let me know how to fix this? More details. Here is what I have in my plugin secti...
2019 Nov 18
2
Learning ham/spam with IMAPSieve: sa-learn-ham.sh terminated abnormally, signal 11
...19:40, Jens Rey via dovecot wrote: > Since I want to avoid debugging old and already fixed bugs, I updated to > > # dovecot --version > 2.3.8 (9df20d2db) > > Now the debug log is a bit more chatty, but the error remains: > > Debug: program exec:/usr/lib/dovecot/sieve/rspamd-learn-ham.sh: Created > Debug: program exec:/usr/lib/dovecot/sieve/rspamd-learn-ham.sh: Pass > environment: USER=user at domain.tld > Debug: program exec:/usr/lib/dovecot/sieve/rspamd-learn-ham.sh: Pass > environment: HOME=/var/vmail/mailboxes/domain.tld/user > Debug: program exec:/usr/l...
2006 May 23
14
Learn Ruby before Learning Ruby on Rails ?
...tion architect at my day job. A fairly experienced PHP web-developer as well. After reading into the many articles on Ruby/ROR, have to admit looks pretty good so far. Really serious about getting into this and possibly developing some good Web 2.0 applications. Just wondering the best way to learn Ruby on Rails. Is it good to learn "Ruby" the language first and then jump into learning the Framework ( ROR ) or it it best to pick up the language while learning/working with R.O.R ? Please share your thoughts... Thanks, vasu. -- Posted via http://www.ruby-forum.com/.
2019 Nov 17
0
Learning ham/spam with IMAPSieve: sa-learn-ham.sh terminated abnormally, signal 11
Since I want to avoid debugging old and already fixed bugs, I updated to # dovecot --version 2.3.8 (9df20d2db) Now the debug log is a bit more chatty, but the error remains: Debug: program exec:/usr/lib/dovecot/sieve/rspamd-learn-ham.sh: Created Debug: program exec:/usr/lib/dovecot/sieve/rspamd-learn-ham.sh: Pass environment: USER=user at domain.tld Debug: program exec:/usr/lib/dovecot/sieve/rspamd-learn-ham.sh: Pass environment: HOME=/var/vmail/mailboxes/domain.tld/user Debug: program exec:/usr/lib/dovecot/sieve/rspamd-l...
2006 Apr 07
8
is it worth learning ruby?
Hi all, Does it make sense to learn Ruby if one doesn''t know html? Or would you recommend to learn html as a base? I''m so impressed with the Ruby on Rails demos I saw... I''d love to be able to develop such apps -- Posted via http://www.ruby-forum.com/.
2016 Apr 12
6
antispam plugin, pipe backend, how to make it work?
Hi, my setup is a dovecot 2.0.19 IMAP server on Ubuntu Precise with the antispam plugin in version 2.0+20120225-2 and spamassassin at version 3.2.2 I have been trying and failed to get the pipe backend of the antispam plugin to work. Spamassin by itself works, a manual call of sa-learn works fine. Bayes data is stored in a mysql DB. I have the following configuration in /etc/dovecot/conf.d/90-plugin.conf plugin { #setting_name = value sieve=~/.dovecot.sieve sieve_dir=~/sieve antispam_pipe_program_spam_arg = --spam antispam_pipe_program_notspam_arg = --ham...
2018 Aug 14
2
imapsieve wrong matches on APPEND cause
...e: Sieve imapsieve plugin for Pigeonhole version 0.4.21 (92477967) loaded Debug: sieve: Sieve Extprograms plugin for Pigeonhole version 0.4.21 (92477967) loaded Debug: imapsieve: Static mailbox rule [1]: mailbox=`Spam' from=`*' causes=(COPY APPEND) => before=`file:/var/vmail/sieve/global/learn-spam.sieve' after=(none) Debug: imapsieve: Static mailbox rule [2]: mailbox=`*' from=`Spam' causes=(COPY APPEND) => before=`file:/var/vmail/sieve/global/learn-ham.sieve' after=(none) Debug: imapsieve: Matched static mailbox rule [2] Debug: imapsieve: Matched static mailbox rule [...
2015 Aug 21
2
plugin antispam sa-learn run program failed with exit code -1
Le 21/08/2015 16:21, Steffen Kaiser a ?crit : > > - -1 usually means exec() failed, that is: > > /usr/bin/sa-learn does not exist or the process thinks so at least. Hello Steffen, thanks for your reply. I've tried to use an external script sa-learn-pipe.sh : > #!/bin/bash > echo /usr/bin/sa-learn $* /tmp/sendmail-msg-$$.txt echo "$$-start > ($*)" >> /tmp/sa-learn-pipe.log > e...
2010 May 25
3
purge maildir folder after sa-learn
Hello, I am looking for a command-line utility to automatically purge one Maildir folder. I want to periodically run sa-learn from cron, and after the spam learning folder has been added to the Bayes database, its contents should be deleted. I've searched a bit, but only found a few old utilities or some telnet+expect scripts, which both didn't look too reliable. Is there any command-line utility to delete all co...
2019 Nov 16
2
Learning ham/spam with IMAPSieve: sa-learn-ham.sh terminated abnormally, signal 11
Hello, I am trying to get rspam to learn what is spam and what is ham. After following the IMAPSieve guide in the dovecot wiki (https://wiki2.dovecot.org/HowTo/AntispamWithSieve), the mail.log shows the following, whenever I move a mail from the Spam folder to my inbox and vice versa: sieve: Opening script 1 of 1 from `/usr/lib/dovec...
2008 Jan 29
2
sa learning from an imap spam folder
Hello, I am sorry if I am writing to a wrong list because honestly I do not know where to write but I would like to be able to set up sa-learn via cron to learn from spam folder of a particular email account (via IMAP). Can anyone share how to do it? Is dovecot involved in it? I am using: Exim 4.69 Dovecot 1.0.10 p5-Mail-SpamAssassin-3.2.1 Thanks a lot for helping. Zbigniew Szalbot
2010 Oct 31
3
sdbox-format and sa-learn(spamassassin)
Hello, is it somehow possible to use sa-learn on sdbox-mailboxes? Maybe i can use dsync to "mirror" the mailboxes(only the spam-subfolder) to another location and convert it to mbox or maildir and act then on it with sa-learn? I know the antispam-Plugin, but until now no success, to get it running. So I think about an way, to lear...
2019 Nov 20
0
Learning ham/spam with IMAPSieve: sa-learn-ham.sh terminated abnormally, signal 11
...I executed: root at mail:~# gdb --args doveadm exec imap -u user at domain ... (gdb) set follow-fork-mode child (gdb) r . SELECT Spam . MOVE 1 Inbox And the (imho) relevant output: imap(user at domain)<13290><+PcoBrjs1F3qMwAAcD3JoA>: Debug: program exec:/usr/lib/dovecot/sieve/rspamd-learn-ham.sh: Establishing connection [New process 13335] imap(user at domain)<13290><+PcoBrjs1F3qMwAAcD3JoA>: Debug: program exec:/usr/lib/dovecot/sieve/rspamd-learn-ham.sh: Forked child process imap(user at domain)<13290><+PcoBrjs1F3qMwAAcD3JoA>: Debug: program exec:/usr/lib/d...
2006 Jan 25
7
reducing learning curves?
Hi all, I am really new to the R language. I am a long time Matlab and C++ user and I was "forced" to learn R because I am taking a statistics class. I am seeking to reduce the learning curve to as smooth as possible. Are there any addon/plug-in features that can reduce the learning curve, for example, the following features can be very helpful for new learners: 1. Matlab-like command line auto-comple...
2018 Aug 14
0
imapsieve wrong matches on APPEND cause
...ecot.conf no > rule is matched at all. > > If I add APPEND event into causes in plugin section of dovecot.conf, > then for some reason imapsieve matches both rules on move from Inbox > to Spam and no rules on move from Spam to Inbox. > > Matching both rules attempts to run both learn_spam and learn_ham. > First one works and second logs error (which is correct). > > On attempt to move message from Spam to Inbox imapsieve not matching > any rule at all and thus learning is not working. > > ? > > Could you please let me know how to fix this? > > ? &g...
2016 Apr 13
5
antispam plugin, pipe backend, how to make it work?
tweaked the wrapper script to make it work. It seems like the sa-learn call silently fails: "/usr/local/bin/sa-learn-pipe.sh" 10L, 350C geschrieben root at vm10:/etc/dovecot/conf.d# cat /tmp/sa-learn-pipe.log starting log 25200-start (--username=johannes at rohr.org --spam) libgcc_s.so.1 must be installed for pthread_cancel to work 25200-end Does the abov...
2009 Nov 30
6
Learning R
Dear R helpers, Almost 15 days back I have become member of this very active and wonderful group. So far I have been only raisingĀ  queries and in turn got them solved too and I really thank for the spirit this group member show when it comes to the guidance. I wish to learn R language and I have given 2 months time for this. Can anyone please guide me as how do I begin i.e. from basics to advance. R is such a vast thing to learn, so I wish to learn it step by step without getting lost at any stage. Please guide me where do I start and upgrade myself to higher level...