search for: bogofilter_filter

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

2018 Jan 19
3
PDFs getting mangled
Since upgrading to 2.3.0 / 0.5.0.1, incoming PDFs 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 he...
2018 Jan 20
2
PDFs getting mangled
...ncoming PDFs 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/totall...
2018 Jan 21
2
PDFs getting mangled
...t; 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" >>>> ??????? ] { >&gt...
2018 Jan 19
0
PDFs getting mangled
...ng to 2.3.0 / 0.5.0.1, incoming PDFs 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"; >...
2017 Dec 22
2
Pigeonhole implicit keep gets unfiltered message
...licit keep to retain >> the filtered version. Am I misinterpreting 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; }...
2018 Jan 20
0
PDFs getting mangled
...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" >>> ] { >>> fi...
2018 Jan 22
0
PDFs getting mangled
...ppening 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" >>>>>...
2017 Dec 23
0
Pigeonhole implicit keep gets unfiltered message
...sion. Am I misinterpreting 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"; > ??????????...
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