On 3/20/21 7:37 AM, dovecot at steve.wattlink.net wrote:> > Greetings! > > ? > > I feel like this has been beaten to death, but my searches on the web (and about 10 hours spent over the last two days) haven?t revealed what?s going on. > > ? > > Basically, it?s the usual ?I?d like to auto-learn spam/ham based on moves to/from a folder? problem.? But in my debugging, I don?t see any evidence that the static rules are matching, so the scripts aren?t running, which makes me think I?m missing something obvious. > > ? >> ? > > plugin { > > ? imapsieve_url = sieve://127.0.0.1:4190 > > } > > Mar 19 16:21:48 mhv3 dovecot[47532]: imap(steve)<47541><ROnt+uu9idkYgsde>: Debug: imapsieve: mailbox INBOX: Mailbox attribute /shared/imapsieve/script not found > > Mar 19 16:21:48 mhv3 dovecot[47532]: imap(steve)<47541><ROnt+uu9idkYgsde>: Debug: imapsieve: mailbox INBOX: Server attribute /shared/imapsieve/script not foundTry to fix or remove that. https://www.mail-archive.com/dovecot at dovecot.org/msg82002.html -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20210320/33a70f6f/attachment.html>
From: Gedalya <gedalya at gedalya.net> Subject: Re: FW: imapsieve rules not matching at all? On 3/20/21 7:37 AM, dovecot at steve.wattlink.net <mailto:dovecot at steve.wattlink.net> wrote: Greetings! I feel like this has been beaten to death, but my searches on the web (and about 10 hours spent over the last two days) haven't revealed what's going on. Basically, it's the usual "I'd like to auto-learn spam/ham based on moves to/from a folder" problem. But in my debugging, I don't see any evidence that the static rules are matching, so the scripts aren't running, which makes me think I'm missing something obvious. plugin { imapsieve_url = sieve://127.0.0.1:4190 } Mar 19 16:21:48 mhv3 dovecot[47532]: imap(steve)<47541><ROnt+uu9idkYgsde>: Debug: imapsieve: mailbox INBOX: Mailbox attribute /shared/imapsieve/script not found Mar 19 16:21:48 mhv3 dovecot[47532]: imap(steve)<47541><ROnt+uu9idkYgsde>: Debug: imapsieve: mailbox INBOX: Server attribute /shared/imapsieve/script not found Try to fix or remove that. https://www.mail-archive.com/dovecot at dovecot.org/msg82002.html I thought I had enabled that - check out the doveconf -n listing. Did I miss something? -- Steve Watt KD6GGD PP-ASEL-IA factories.words.yappy Don't let your schooling get in the way of your education. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20210319/50e092fe/attachment.html>
On 3/20/21 10:54 AM, Steve Watt wrote:> I thought I had enabled that ? check out the doveconf -n listing.? Did I miss something?IMAP METADATA for user-defined imapsieve scripts would be useful to you if you have clients that support that. If you know of any, please do share.> Mar 19 16:21:48 mhv3 dovecot[47532]: imap(steve)<47541><ROnt+uu9idkYgsde>: Debug: imapsieve: mailbox INBOX: Mailbox attribute /shared/imapsieve/script not found > > Mar 19 16:21:48 mhv3 dovecot[47532]: imap(steve)<47541><ROnt+uu9idkYgsde>: Debug: imapsieve: mailbox INBOX: Server attribute /shared/imapsieve/script not foundThis is saying that imapsieve scripts are not present in your defined mail_attribute_dict. If you're not going to use that, you might as well disable it. However, I looked at the code and this is indeed not an error and it's not causing the imapsieve processing to stop as it would without METADATA enabled. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20210320/f3e79b9c/attachment.html>