Displaying 4 results from an estimated 4 matches for "laern".
Did you mean:
waern
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/dovecot/sieve/report-ham.sieve'
sieve: Loading script
2006 Aug 17
1
More on n-way.
Hey, i found some n-way threads on the list, but I think they don`t
solve my case, or I didn`t understand how all of it works. I''m new to
Rails, so be pacient. :)
I''ll use an example of movie catalog, I''m realing doing a kind of
movie catalog, for laerning rails, and I did this:
Models:
Movie, Actor, Director, Writer, Country, Language
The Movie model HABTM Actor, Director and Writer, and belongs_to
Country and Language
@Movie
id
name
country_id
language_id
year
Join tables:
movies_actors
movies_writers
movies_directors
Everything works! But...
2019 Nov 17
0
Learning ham/spam with IMAPSieve: sa-learn-ham.sh terminated abnormally, signal 11
Jens Rey via dovecot skrev den 2019-11-17 00:51:
> $ cat sa-learn-ham.sh
> #!/bin/sh
> exec /usr/bin/rspamc learn_ham
rspamc is not spamc
is rspamd installed ?, is spamassassn installed ?
make sa-laern-ham.sh change name to rspamd-learn-ham.sh and addopt sieve
to that name change
i cant se other error on what you have
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:
Er...