Displaying 20 results from an estimated 20 matches for "spamicity".
2018 Jan 19
3
PDFs getting mangled
...d.dovecot.filter. When I comment
out the block, things come through fine.
My filter block looks like this:
require "vnd.dovecot.filter";
filter "bogofilter_filter";
if header :contains "X-Bogosity" [
"Spam, tests=bogofilter, spamicity=1.00",
"Spam, tests=bogofilter, spamicity=0.99"
] {
fileinto "spam/totally";
stop;
}
elsif header :contains "X-Bogosity" "Spam," {
fileinto "spam/probably";...
2014 Aug 06
2
Sieve filter extracting wrong header value on certain mail messages
...?B?QUhTIEtpdGNoZW4gTWFrZW92ZXIgR2l2ZWF3YXkg?=
Subject: ?HS Kit?hen ?ak??ov??r
Giv??away
Subject: =?ISO-8859-1?Q?AHS Kitchen Makeover Giveaway =A0=A0=A0?=
Subject:
Subject: AHS Kitchen Makeover Giveaway
X-Bogosity: Spam, tests=bogofilter, spamicity=1.000000, version=1.2.3
Home Warranty Summer Giveaway
=== end message.2 ===
If I run test-sieve on this, we can clearly see in the trace log that
when it's supposed to test for header "X-Bogosity" it in fact looks at
one of the multiple "Subject" headers. Note that the...
2017 Dec 22
2
Pigeonhole implicit keep gets unfiltered message
...eeing any problems.
>
> However, what is that spamheaders test in your script?
Hi Stephan,
The block looks like this:
### BOGOFILTER
filter "bogofilter_filter";
if header :contains "X-Bogosity" [
"Spam, tests=bogofilter, spamicity=1.00",
"Spam, tests=bogofilter, spamicity=0.99"
] {
fileinto "spam/totally";
stop;
}
elsif header :contains "X-Bogosity" "Spam," {
fileinto "spam/probably";...
2018 Jan 20
2
PDFs getting mangled
...hrough fine.
>>
>> My filter block looks like this:
>> require "vnd.dovecot.filter";
>> filter "bogofilter_filter";
>>
>> if header :contains "X-Bogosity" [
>> "Spam, tests=bogofilter, spamicity=1.00",
>> "Spam, tests=bogofilter, spamicity=0.99"
>> ] {
>> fileinto "spam/totally";
>> stop;
>> }
>> elsif header :contains "X-Bogosity" "Spam," {
>&...
2018 Jan 21
2
PDFs getting mangled
...block looks like this:
>>>> ?????? require "vnd.dovecot.filter";
>>>> ?????? filter "bogofilter_filter";
>>>>
>>>> ??????? if header :contains "X-Bogosity" [
>>>> ??????????????? "Spam, tests=bogofilter, spamicity=1.00",
>>>> ??????????????? "Spam, tests=bogofilter, spamicity=0.99"
>>>> ??????? ] {
>>>> ??????????? fileinto "spam/totally";
>>>> ??????????? stop;
>>>> ??????? }
>>>> ??????? elsif header :contains...
2009 Oct 06
6
Move messages marked as Spam
Hello
I have implemented recently in my work bogofilter utility to mark
messages as Spam or Ham, currently is working perfectly, but I want to
move those messages marked as spam to a folder called spam.
I installed dovecot-sieve with the intention of using fileinto to
accomplish this.
my question is: where I put this:
require "fileinto";
if header :contains "X-Bogosity"
2017 Dec 23
0
Pigeonhole implicit keep gets unfiltered message
...t is that spamheaders test in your script?
>
> Hi Stephan,
>
> The block looks like this:
>
> ??????? ### BOGOFILTER
> ??????? filter "bogofilter_filter";
>
> ??????? if header :contains "X-Bogosity" [
> ??????????????? "Spam, tests=bogofilter, spamicity=1.00",
> ??????????????? "Spam, tests=bogofilter, spamicity=0.99"
> ??????? ] {
> ??????????? fileinto "spam/totally";
> ??????????? stop;
> ??????? }
> ??????? elsif header :contains "X-Bogosity" "Spam," {
> ??????????? fileinto &qu...
2018 Jan 19
0
PDFs getting mangled
...out the block, things come through fine.
>
> My filter block looks like this:
> require "vnd.dovecot.filter";
> filter "bogofilter_filter";
>
> if header :contains "X-Bogosity" [
> "Spam, tests=bogofilter, spamicity=1.00",
> "Spam, tests=bogofilter, spamicity=0.99"
> ] {
> fileinto "spam/totally";
> stop;
> }
> elsif header :contains "X-Bogosity" "Spam," {
> fileinto &qu...
2003 Mar 12
1
(fwd from kladit@t-online.de) files of length zero
----- Forwarded message from Klaus Dittrich <kladit@t-online.de> -----
From: kladit@t-online.de (Klaus Dittrich)
Subject: files of length zero
Date: Tue, 11 Mar 2003 17:08:47 +0100
To: mbp@samba.org
User-Agent: Mutt/1.4i
X-Bogosity: No, tests=bogofilter, spamicity=0.000000, version=0.10.2
Hi Martin,
MS-Windows users here sometimes make the expierience to become files of
length zero when something on windows crashes.
They often have many files open and after a crash they don't realize
that parts of their work gots lost.
Nightly a backup-server using...
2017 Dec 19
2
Pigeonhole implicit keep gets unfiltered message
I'm getting a behaviour with pigeonhole that I wasn't expecting. Am I
misunderstanding the design?
I run my messages through a vnd.dovecot.filter. It's essentially this:
filter "spam_filter";
if spamheaders {
fileinto "spam";
stop;
}
Mail stored in the spam folder is the filtered version, but the
implicit-keep message is the original, unfiltered
2018 Jan 20
0
PDFs getting mangled
...t;>> My filter block looks like this:
>>> require "vnd.dovecot.filter";
>>> filter "bogofilter_filter";
>>>
>>> if header :contains "X-Bogosity" [
>>> "Spam, tests=bogofilter, spamicity=1.00",
>>> "Spam, tests=bogofilter, spamicity=0.99"
>>> ] {
>>> fileinto "spam/totally";
>>> stop;
>>> }
>>> elsif header :contains "X-Bogosity" &...
2018 Jan 22
0
PDFs getting mangled
...is:
>>>>> ?????? require "vnd.dovecot.filter";
>>>>> ?????? filter "bogofilter_filter";
>>>>>
>>>>> ??????? if header :contains "X-Bogosity" [
>>>>> ??????????????? "Spam, tests=bogofilter, spamicity=1.00",
>>>>> ??????????????? "Spam, tests=bogofilter, spamicity=0.99"
>>>>> ??????? ] {
>>>>> ??????????? fileinto "spam/totally";
>>>>> ??????????? stop;
>>>>> ??????? }
>>>>> ???????...
2002 Nov 14
0
(no subject)
...2 13:29:04 -0500
From: "bulia byak" <bulia@dr.com>
To: rsync@lists.samba.org
Date: Thu, 14 Nov 2002 13:29:04 -0500
Subject: --delete-after affects list of deleted files?
X-Originating-Ip: 24.222.137.184
X-Originating-Server: ws1-10.us4.outblaze.com
X-Bogosity: Yes, tests=bogofilter, spamicity=0.990000, version=0.7.6
Perhaps I'm missing something obvious, but still this behavior seems very strange to me:
~/0s/ska/news $ rsync -t -u -n -r --delete --verbose /mnt/c/news/ /home/b/0s/ska/news
building file list ... done
deleting by15.rar
deleting b5
deleting b4
wrote 990 bytes read 20...
2003 Jan 16
0
(fwd from jaguhkampung@yahoo.com) about samba problem
...send questions to the postmaster.
----- Forwarded message from ibnu muhd <jaguhkampung@yahoo.com> -----
From: ibnu muhd <jaguhkampung@yahoo.com>
Subject: about samba problem
Date: Wed, 15 Jan 2003 20:20:28 -0800 (PST)
To: mailman-owner@lists.samba.org
X-Bogosity: No, tests=bogofilter, spamicity=0.000230, version=0.9.1.2
--- hello !
i'am a new linux user from kuala lumpur. i need to set
up a mix network that used window as a server and the
client used window and redhat linux platform.
i found lin from search engine and it sound
interesting.
that i need samba install in all my cli...
2003 Jan 20
0
(fwd from sascha.bieler@radiogong.de) Samba 3alpha21
...--
From: "Radio Gong 2000 GmbH & Co. KG [Technik]" <sascha.bieler@radiogong.de>
Subject: Samba 3alpha21
Date: Mon, 20 Jan 2003 10:57:06 +0100
To: <mailman-owner@lists.samba.org>
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
X-Bogosity: No, tests=bogofilter, spamicity=0.000000, version=0.9.1.2
Hi MastersOfSamba,
at the weekend I felt a little bit like I have to help you in bug finding in
the 3alpha21-release and I installed it over my pretty good working 2.2.7a.
First of all I have to say that my samba is working as PDC emulating an
NT4-DC.
And i saw some ver...
2002 Dec 12
1
(fwd from phsan@cs.siu.edu) Compiling error
...a Philip Sheng <phsan@cs.siu.edu> -----
From: "Yihua Philip Sheng" <phsan@cs.siu.edu>
Subject: Compiling error
Date: Thu, 12 Dec 2002 11:49:45 -0600
To: <samba-binaries-admin@lists.samba.org>
X-Mailer: Microsoft Outlook, Build 10.0.4024
X-Bogosity: No, tests=bogofilter, spamicity=0.000000, version=0.9.1.2
When I tried to compile the new version (2.2.7a) on a Sun Solaris 7
machine, it gives me the following error:
Using LIBS = -lsec -lgen -lsocket -lnsl -ldl
Linking bin/smbd
/usr/ccs/bin/ld: illegal option -- E
usage: ld [-abc:d:e:f:h:il:mo:p:rstu:z:...
2003 Mar 19
0
Problem installing a particular printer WinXP/Samba2. 2.7a
...cular printer
> WinXP/Samba2.2.7a
>
>
>
> ------------- Begin Forwarded Message -------------
>
> Delivered-To: samba@lists.samba.org
> From: Tom Crummey <tom@ee.ucl.ac.uk>
> To: samba@lists.samba.org
> MIME-Version: 1.0
> X-Bogosity: No, tests=bogofilter, spamicity=0.000000, version=0.9.1.2
> Subject: [Samba] Problem installing a particular printer
> WinXP/Samba2.2.7a
> X-BeenThere: samba@lists.samba.org
> X-Mailman-Version: 2.0.13
> List-Help: <mailto:samba-request@lists.samba.org?subject=help>
> List-Post: <mailto:samba@lists.sam...
2005 Apr 28
0
Sua mensagem não pode ser entregue
...s)
From: r-devel@r-project.org
To: steve@ig.com.br
Subject: DUVIDO VOCE ME RECONHER =)
Date: Thu, 28 Apr 2005 13:35:45 -0300
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="----=_NextPart_000_0006_D3A6F4A3.8A93A785"
X-Priority: 3
X-MSMail-Priority: Normal
X-iGspam-global: Yes, spamicity=0.856071 - pe=8.56e-01 - pf=0.856071 - pg=0.856071
This is a multi-part message in MIME format.
------=_NextPart_000_0006_D3A6F4A3.8A93A785
Content-Type: text/plain;
charset="Windows-1252"
Content-Transfer-Encoding: 7bit
-:????p^???<?{5?;??H?????{]?!?]???B????n??OOY??^a4?Po?_
Z????...
2003 May 06
0
Re: samba Digest, Vol 5, Issue 7
...rences: <20030506111254.19381.qmail@web20713.mail.yahoo.com>
>X-Mailer: Sylpheed version 0.8.11claws (GTK+ 1.2.10; i686-pc-linux-gnu)
>Mime-Version: 1.0
>Content-Type: text/plain; charset=ISO-8859-1
>Content-Transfer-Encoding: quoted-printable
>X-Bogosity: No, tests=bogofilter, spamicity=0.000000, version=0.12.2
>X-BeenThere: samba@lists.samba.org
>X-Mailman-Version: 2.1
>Precedence: list
>List-Id: General questions regarding Samba <samba.lists.samba.org>
>List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>,
> <mailto:samba-request@lis...
2003 Jan 03
1
Problem installing a particular printer WinXP/Samba2.2.7a
Hello,
I'm having a problem installing a printer on a Window XP box (the problem
also occurs in Win2000 SP2). The symptoms are:
Add a printer -> network -> type in \\pcprint\picasso
You get a message that there is no driver for this printer on the server
and to either click OK to continue or Cancel.
Go to printer driver selection (I've disabled spoolss as I don't understand