Displaying 9 results from an estimated 9 matches for "systemfolders".
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+FD...
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/$dom...
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.si...
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?
The CS3 installer infamously dies with
err:msi:ITERATE_Actions Execution halted, action
L"ProcessPropertyFile.E35C3ECB_5FDA_49E1_AB1F_D472B7CB9017" returned
1603
Apparently, this bug is still in Wine 1.3.14.
Trying the winetricks as described in the appdb didn't help.
Here's the tty output:
$ WINEDEBUG=msi wine /mnt/iso0/Adobe\ CS3/Setup.exe
fixme:console:AttachConsole stub