search for: bogosity

Displaying 20 results from an estimated 32 matches for "bogosity".

2014 Aug 06
2
Sieve filter extracting wrong header value on certain mail messages
...this problem. I basically deleted things one by one from an original email (1) to get minimal testcases that triggered (2) or did not trigger (3) the problem. The filter: === begin test.sieve === require ["fileinto", "body", "regex"]; if header :contains "X-Bogosity" "Spam," { fileinto "SPAM.SPAM"; stop; } elsif header :contains "X-Bogosity" "Unsure," { fileinto "SPAM.UNSURE"; stop; } keep; stop; === end test.sieve === Here is an example email that will cause this filter to not functi...
2017 Dec 22
2
Pigeonhole implicit keep gets unfiltered message
...erpreting the spec? > > I did a quick test, and I am not seeing 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" "Sp...
2009 Oct 06
6
Move messages marked as Spam
...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" "Spam" { fileinto "Spam"; } so that all messages that come to my users go into the spam folder? and how i handle messages that are marked as "Unsure" X-Bogosity: Unsure Thanks Michel
2018 Jan 19
3
PDFs getting mangled
...DFs are getting mangled. It seems to be happening when I use vnd.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,&quo...
2017 Dec 23
0
Pigeonhole implicit keep gets unfiltered message
...st, and I am not seeing 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 &qu...
2018 Jan 20
2
PDFs getting mangled
...vnd.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; >> } >>...
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 21
2
PDFs getting mangled
...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"; >>>> ???????????...
2008 Sep 25
7
"Treason uncloaked!"
...7:61931/8032 shrinks window 3243223020:3243237180. Repaired. TCP: Treason uncloaked! Peer 84.158.80.177:61931/8032 shrinks window 3243227520:3243237180. Repaired. TCP: Treason uncloaked! Peer 84.158.80.177:61931/8032 shrinks window 3243232020:3243237180. Repaired. I know thats because of random bogosity coming in from the internet, and I really don't care. can I suppress that from filling up the dmesg buffer so I can see more important things like scsi soft errors?
2018 Jan 19
0
PDFs getting mangled
...to be happening when I use vnd.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 &qu...
2018 Jan 20
0
PDFs getting mangled
...omment >>> 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; >>>...
2018 Jan 22
0
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"; >>>&...
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 los...
2011 Jul 13
1
How to turn off "plus" delivery
.../spool/postfix/private/dovecot-auth mode: 432 user: postfix group: postfix plugin: sieve: ~/.dovecot.sieve sieve_dir: ~/sieve sieve: ~/.dovecot.sieve sieve_dir: ~/sieve > cat ~/.dovecot.sieve require ["regex","fileinto"]; if header :regex ["X-Bogosity"] ["^ *Spam,"] { fileinto "caughtspam"; stop; } # excerpt from mail.log: postfix/pipe[32255]: BE4FCE24069: to=<gene_att at xxxxxxxxxx.com>, relay=bogo_filter, delay=1.2, delays=0.13/0.01/0/1.1, dsn=2.0.0, status=sent (delivered via bogo_filter service) postfix/q...
2008 Nov 09
3
Dovecot and Bogofilter
...y first idea was train bogofilter via a cronjob that runs bogofilter for each E-Mail in my spam folder and deletes them afterwards. Then I stumbled upon the dovecot antispam [2] plugin and quickly wrote a backend for bogofilter. During the development I realised that bogofilter has to update the X-Bogosity header of the reclassified E-Mails. Johannes Berg told me that he wasn't sure whether dovecot would be able to do this and recommended to ask this on the mailing list. An other problem is that each mail needs to be initially classified and due to the fact that sieve is not able to execute exte...
2010 Apr 11
1
[LLVMdev] darwin dragon-egg build issues
Peter, FYI, I am interested in dragon-egg because I have been preparing updated llvm/llvm-gcc42 2.7 packaging for fink and was considering adding in an addition dragon-egg package if the additional gcc patch didn't destablize gcc45. Also I am really interested in checking the Polyhedron 2005 benchmarks for gcc 4.5.0 with and without dragon-egg. The Polyhedron 2005 benchmarks improved about
2004 Dec 07
1
Lost BODY message
DEBIAN package information: ii dovecot-common 0.99.11-3 ii dovecot-imapd 0.99.11-3 ii bogofilter 0.93.1-1 Apologies for cross-posting, but I think the problem lies somewhere in here. Maybe someone can tell me something useful. Now, I've confirmed the following: I received a mail message that was not spam, of size 2132 originally. clamav scanned it and bumped the size up to 2356
2006 May 18
0
Fwd: [Announcement] Asterisk-IL mailing list
----- Forwarded message from Gilad Ben-Yossef <gilad@benyossef.com> ----- From: Gilad Ben-Yossef <gilad@benyossef.com> Organization: Codefidence ltd. A name you can trust. To: Linux-IL <linux-il@linux.org.il> Subject: [Announcement] Asterisk-IL mailing list X-Bogosity: Unsure [50.0%] X-listar-version: Listar v0.124a X-original-sender: gilad@benyossef.com X-list: linux-il Howdie, Due to popular demand, a mailing list for the discussion of all things Asterisk and FOSS VoIP and telephony in Israel has been set up. Feel free to forward this to people that you m...
2002 Nov 14
0
(no subject)
...bulia@dr.com; Thu, 14 Nov 2002 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 de...
2003 Jan 16
0
(fwd from jaguhkampung@yahoo.com) about samba problem
Please don't 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...