Displaying 5 results from an estimated 5 matches for "hooo".
Did you mean:
hook
2008 Dec 03
1
Antispam plugin + scriptsieve
...:
(after setup antispam plugin)
Change this in dovecot.conf:
protocol imap {
mail_plugins = antispam
}
plugin {
antispam_spam = Blocked
antispam_mail_sendmail = /usr/libexec/dovecot/blockthis.py
antispam_mail_sendmail_args = -u;%u
antispam_mail_spam = -a
antispam_mail_notspam = -d
}
Hooo... this script create a "include global script" statament in
script sieve...
If you don't want this feature, just comment this 2 lines:
sievelist.append('require ["fileinto", "include"];\n')
sievelist.append('include :global "global.sieve";\n...
2000 Mar 28
3
Finally. A deadline, and a call to arms...
Hi folks,
I've been dickering around again, wasting the time away.... and today Brian
Zisk (chief Vorbis Evangelist among other things) said, "Hey! We need to demo
to the world on the 4th of April!"
Hooo boy. Time to suck it up and bang it out.
The Vorbis libs are not a problem. I'm in process of checking in my new
psychoacoustics (they're real pretty!) based on Ehmer's and Fielder's masking
papers and making last minute updates to the libs and lib APIs. This will be
done in tim...
2016 Jan 27
2
CentOS 7, 327 kernel still crashing
...t failed with
resuu
lt 'dependency'.
[ 3.324998] <servername> systemd[1]: Unit systemd-fsck-root.service
entered ff
ailed state.
[ 3.325430] <servername> systemd[1]: systemd-fsck-root.service failed.
[ 3.326752] <servername> systemd[1]: Stopped dracut pre-pivot and cleanup
hooo
And it stops, and drops me into the rdshell. Not that I can mkdir /mnt,
and mount /dev/sda1, and /boot is there, and I can mount /dev/sda3, and
root is there just fine.
mark
2008 Dec 10
3
Segfault on antispam plugin
Hi Johanners Berg,
I put the antispam plugin to work (some days ago) and now my imap
daemon dies with segfault.
I don't have nothing (wrong) in logs, just a lot of segfaults...
Dec 10 15:37:21 curie kernel: printk: 22 messages suppressed.
Dec 10 15:37:21 curie kernel: imap[4774]: segfault at 8 rip
2afe7fe7d7ff rsp 7fff2b9bdab0 error 6
Dec 10 15:37:21 curie kernel: imap[4779]: segfault at 8
2006 Feb 10
13
Element.observe () binding
Hey all,
I working on a project, but I am not sure I can do what I want to
do. The following works beautifully:
Event.observe(el, ''click'', function () { this.className += "
myClass"; return false; });
I have also tried doing this:
this.varname = ''test'';
Event.observe(el, ''click'', function () { alert (this.varname); }.bind