search for: systemfold

Displaying 9 results from an estimated 9 matches for "systemfold".

Did you mean: systemfile
2017 Dec 15
1
sieve filter move wrong email to Junk folder
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 15 Dec 2017, Bill Shirley wrote: > This is what I use.? Notice the comma: > require "fileinto"; > if header :contains "X-Spam-Status" "Yes," { > ? fileinto "SystemFolders.SuspectedSpam"; > ? stop; > } I would even add the space: if header :contains "X-Spam-Status" "Yes, " { because the list of tests won't contain a space. - -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEVAwUBWjOKB8QnQQNheMxiAQIdeAgAyL...
2016 Nov 11
1
How does one mark all messages as read (imap4flag "seen") with sieve?
...tant to me. > > -Ben -------------- next part -------------- #!/bin/bash # 2015-11-02 add -u to sa-learn; change delete to doveadm expunge # 2015-07-21 update executable paths and dbpath # vmail home is organized like: /home/vmail/domains/example.com/bob/Maildir MAILDIR=Maildir SPAMDIR="SystemFolders.Spam" HAMDIR="SystemFolders.Ham" VMAILHOME=/home/vmail VMAILUSER=vmail LS=/usr/bin/ls RM=/usr/bin/rm SU=/usr/bin/su FIND=/usr/bin/find DOVEADM=/usr/bin/doveadm SALEARN=/usr/bin/sa-learn for domain in `$LS "$VMAILHOME/domains"`; do for user in `$LS $VMAILHOME/domains/$...
2016 Feb 07
6
autoexpunge - different settings for different users
I have some users where I'd like to expunge their mail at different times. For example, I may have some users who I want to expunge everything from every folder at 30 days. Others where I'd like to expunge everything at 90 days. And still others where I only want to expunge mail from the Trash and Junk folders, and nowhere else. Is there a way to do some sort of lookup for this? Or
2016 Jan 07
2
doveadm search -A tries to create mailboxes
On 1/6/2016 3:29 PM, Timo Sirainen wrote: > On 05 Jan 2016, at 15:36, Bill Shirley <Bill at knoxvillechristian.org> wrote: >> >> [0:root at elmo ~]$ rpm -q dovecot >> dovecot-2.2.18-2.fc22.x86_64 >> >> I got a surprise today when I tried the doveadm search function from: >> http://wiki2.dovecot.org/Plugins/Expire >> >> [0:root at elmo ~]$
2016 Nov 10
2
How does one mark all messages as read (imap4flag "seen") with sieve?
I don't use the Anti-Spam plugin; I just fire off a BASH script every four hours with crontab which iterates thru the vmail email accounts and trains Spamassassin 'per-user' accounts. If the script sounds interesting I can post it here. It probably could use a little polish though. Bill On 11/9/2016 6:49 PM, Ben Johnson wrote: > On 11/5/2016 1:22 PM, Larry Rosenman wrote:
2017 Dec 14
6
sieve filter move wrong email to Junk folder
> Date: Thursday, December 14, 2017 09:47:44 -0800 > From: Gao <gao at pztop.com> > > I use a sieve filter to move spam email to user's Junk folder: ># cat spam_to_junk.sieve > require "fileinto"; > ? if exists "X-Spam-Status" { > ????????? if header :contains "X-Spam-Status" "YES" { > ????????? fileinto
2017 Dec 15
0
sieve filter move wrong email to Junk folder
This is what I use.? Notice the comma: require "fileinto"; if header :contains "X-Spam-Status" "Yes," { ? fileinto "SystemFolders.SuspectedSpam"; ? stop; } Bill On 12/14/2017 1:02 PM, Richard wrote: > >> Date: Thursday, December 14, 2017 09:47:44 -0800 >> From: Gao <gao at pztop.com> >> >> I use a sieve filter to move spam email to user's Junk folder: >> # cat spam_to_junk...
2012 Oct 23
3
Problem with sieve. dovecot 2.0.17
Since I have lots of filtering rules in thunderbird I was thinking of using sieve instead. I want to filter incoming mail into subdirectories. like "from" store at folder "old". the script is: require ["fileinto", "envelope"]; if envelope :is "from" "eliezer at test.dom" { fileinto "old"; } else { # The rest goes into
2011 Mar 01
2
Adobe CS3 msi bug: workarounds for 1.3.14?
..._ParseSQL Parse returned 0 trace:msi:MSI_ViewExecute 0x168ce8 0x168fd8 trace:msi:msiobj_release object 0x168868 destroyed trace:msi:MSI_ViewClose 0x168ce8 trace:msi:msiobj_release object 0x168ce8 destroyed trace:msi:msiobj_release object 0x168fd8 destroyed trace:msi:msi_set_property 0x1598a8 L"SystemFolder" L"C:\\windows\\system32\\" trace:msi:MSI_DatabaseOpenViewW L"SELECT `Value` FROM `_Property` WHERE `_Property`=?" 0x9bc0e8 trace:msi:MSI_ParseSQL Parse returned 0 trace:msi:MSI_ViewExecute 0x168e18 0x167428 trace:msi:MSI_ViewFetch 0x168e18 0x9bc0e4 trace:msi:msi_view_get...