similar to: Need to detect event: a user move a message to a “spam folder” (for antispam filter)

Displaying 20 results from an estimated 1000 matches similar to: "Need to detect event: a user move a message to a “spam folder” (for antispam filter)"

2008 Mar 05
2
assert() using plugins zlib and antispam together
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I'm running Dovecot v1.0.10 and downloaded the "HEAD snapshot" today. If both plugins are enabled, I get: : file zlib-plugin.c: line 64 (zlib_maildir_get_stream): assertion failed: (fname != NULL) : Raw backtrace: imap [0x80ad741] -> imap [0x80ad65c] ->
2006 Mar 03
17
RCSS problems
Hi List! Following http://rcss.rubyforge.org/files/README.html, I''m trying to get RCSS to work with Rails. The rcss command itself works fine, but when trying to access http://localhost:3000/rcss/test.css I always get "Unknown action - No action responded to test.css", which I don''t understand since the route and controller are in place. Anyway, hopefully this is
2011 Jun 23
2
Restarting NUT twice in the same time creates 2 instances of usbhid-ups driver
Hello I'm new on this list, nice to meet you My configuration : OS : Ubuntu server 10.04.1 LTS NUT : nut 2.4.3-1ubuntu3.1 from Ubuntu package UPS : APC Back-UPS ES 530 My problem : When restarting twice nut in the same time. I can see 2 instance of /lib/nut/usbhid-ups driver when using : ps aux | grep usbhid-ups I know that's not normal to restart nut twice at the same moment but it
2007 Apr 26
2
SEGV with Dovecot v1.0.0 Deliver and cmusieve v1.0.1 and vacation
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I have a small Sieve script that tries to use vacation that segfaults. The script is the one from http://wiki.dovecot.org/LDA/Sieve. When I change the email address (I changed the local part into "skai"), hence, vacation is skipped, the mail is delivered without any problem. ==== script start require ["fileinto",
2019 Aug 14
2
Dovecot - Microsoft Azure AD
Hello, I am currently trying to connect my Dovecot mail server to Microsoft's Azure-AD and use it as password and user database. I am using version 2.3.7.1. Using the Azure-AD as passdb already works. In this context I noticed that the scope implementation is not yet merged. Since I haven't found any hints for an OAuth2 userdb implementation yet, I wanted to ask if there are any plans
2003 Oct 27
3
winbindd - NT_STATUS_ACCESS_DENIED
Hi, I've joined my new SAMBA-3 in a NT4 PDC using the administrator user. The winbindd daemon is started but when I try : wbinfo -g, I see in the log file : could not enumerate domain groups! Error:NT_STATUS_ACCESS_DENIED Which could be the reasons of this error ? Thank you, Rapha?l
2009 Oct 03
1
Another 1.2.5 imap panic
We've had another random imap process crash. This is with the original 1.2.5 imap (I haven't applied the patch for two processes creating an index simultaneously): > Oct 03 13:24:56 imap-login: Info: Login: user=<xxxxxxxx>, method=PLAIN, rip=134.225.1.46, lip=134.225.16.6 > Oct 03 13:25:59 IMAP 6067 xxxxxxxx 134.225.1.46 : Info: delete: uid=483, msgid=<xxxxxxxx> > Oct
2007 Oct 01
2
plugin advice needed
I'm working on a dovecot plugin. What's the easiest way to read a specific mail header like "To" or "From"? Cheers /Lars
2010 Feb 10
1
Get some headers Variables
Hello Everyone again !! I'm putting more functions in my plugin, and would need to access a value of one variable that is going to put in the header, how can I get this value by dovecot? example, I have the header: X-ThereisMy: yes How can I get this value inside a plugin ? There is something like getHeaderVar("X-ThereisMy") ?
2005 Oct 27
1
dovecot-lda cvs
I am using dovecot-lda from cvs (checked out on september the 21st) and dovecot 1.0alpha2 (not yet upgraded ok). I have a strange feeling about "redirect" feature. Let's see two sieve scripts examples: # ex1 require ["fileinto", "vacation"]; if header :is ["blabla"] "blabla" { fileinto "blabla"; } redirect
2003 May 08
1
Roaming profiles migration
Hi, I've to migrate transparently a NT4 PDC to a SAMBA-LDAP-PDC with 1000 users. Each user has a roaming profile on the NT server. Of course, I want to migrate all the roaming profiles automaticaly on the Samba server without any intervention on clients ! How can do that ? How to preserve the ownership of each profile ? Thank you, -- Rapha?l Berghmans <rberghmans@arafox.com>
2011 Jun 10
1
Explain about (mail_get_first_header(mail, "From", &header)
Hi Timo... Inside my plugin, i use the (mail_get_first_header(mail, "From", &header) function, to get the email From to put in some Blacklist. Looking in the header under this mail, we have 2 "From" fields. Using the function above, i get the Second "From", but my MTA (exim) look in to The First From, in the First Line, in that way, my blacklist don't work,
2012 Sep 23
3
[Bug 55258] New: nouveau failure on resume (reloc wait_idle failed)
https://bugs.freedesktop.org/show_bug.cgi?id=55258 Priority: medium Bug ID: 55258 Assignee: nouveau at lists.freedesktop.org Summary: nouveau failure on resume (reloc wait_idle failed) QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: All Reporter: mr.dash.four at
2008 Aug 17
4
Dovecot 1.1.2, index_mailbox_set_recent_seq crash again
Hi folks, after about 3 weeks without any problems, I've found this crash in yesterday's logfile (again related to index_mailbox_set_recent_seq): Aug 16 03:39:58 linux dovecot: IMAP(user1): Raw backtrace: imap [0x80cf8e0] -> imap [0x80cf93a] -> imap [0x80cf26c] -> imap [0x809d11a] -> imap(index_mailbox_set_recent_seq+0x3e) [0x809d15e] -> imap(mbox_sync+0x105d) [0x80823fd]
2007 Sep 29
3
plugin problem
I'm trying to do a rewrite of the dspam_plugin for dovecot 1.1b1. There are some API changes that warranted an update of the plugin. Also, I wanted the dspam_plugin to be able to handle pristine mails for dspam retraining, as opposed to the signature based retraining. Question: How can I retrieve the full unix path for a specific mail? The original code uses mail_get_first_header() to
2009 Sep 03
2
mail_uid and mail_gid are not set in environment (for expire-tool and so)
Hello, I've just subscribed to the list, as a recent user of Dovecot (1.2.4 by now). I eventually missed a point, so I tried to find other doc or comments about my issue, but failed to. If the following has already been discussed, please simply reply with a URL to the corresponding thread or doc ;-) Now that I have covered my ass, here is the problem I meet. In dovecot.conf, I have the
2015 Mar 20
2
fast doveadm search results
Steffen Kaiser writes: > e.g. put message-id into mail_always_cache_fields > > - From http://dovecot.org/pipermail/dovecot-cvs/2013-May/023261.html > > lib-storage: Allow mail_*cache_fields settings to specify any hdr.* fields ... but I belatedly wrote ... > Maybe you can even add these items into the cache upon delivery, > but someone more knowlegable than I would have to
2003 Mar 28
1
XP and Excel with Samba 2.2.7a
Hi, I've a strange problem, when a user create a xls file on the server, he can save without any problem. But when he re-open and change the file and save it, windows tell : 'the file as been saved, but it cannot re-open due to a sharing violation' On the Linux file server, the permission for this file are not good ( after the second step : re-open, make a change and save):
2012 Feb 24
43
[Bug 46557] New: nouveau: nv40 display corruption in framebuffer and X lockups unless nouveau.noaccel=1
https://bugs.freedesktop.org/show_bug.cgi?id=46557 Bug #: 46557 Summary: nouveau: nv40 display corruption in framebuffer and X lockups unless nouveau.noaccel=1 Classification: Unclassified Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity:
2003 Mar 04
1
Multiple VFS modules per Share
Hi, I would like to setup a share with two VFS modules : recycle and vscan. I've done some test but it doesn't work. Any suggestion ? Is it possible or not ? see you -- Rapha?l Berghmans <rberghmans@arafox.com>