Re: Skip DNSBL checks for a specific IP/Net

2009-09-17 Thread Matus UHLAR - fantomas
On 17.09.09 23:07, Karsten Bräckelmann wrote: > Microsoft Office Outlook 11. Wow, I didn't know it sucks *that* badly. > No proper threading headers (In-Reply-To and References), I think that newest outlook does that, luckily. However it still can't thread on those and uses its stupid Thread-Inde

Re: Skip DNSBL checks for a specific IP/Net

2009-09-17 Thread Karsten Bräckelmann
On Thu, 2009-09-17 at 23:07 +0200, Karsten Bräckelmann wrote: > > Can you help me writing these ? > > Well, here are two UNTESTED and ad-hoc written rules, to be used in a > meta as I previously outlined. The first IP variant in this case matches > an entire /24 network, the RDNS variant matches a

Re: Skip DNSBL checks for a specific IP/Net

2009-09-17 Thread Karsten Bräckelmann
Microsoft Office Outlook 11. Wow, I didn't know it sucks *that* badly. No proper threading headers (In-Reply-To and References), produces fugly Kammquoting, and even injects an empty line after each and every line of text. And *then* converts that monstrosity into HTML, preserving the utterly brok

Re: Skip DNSBL checks for a specific IP/Net

2009-09-17 Thread Philippe Ratté
> De : Karsten Bräckelmann [ mailto:guent...@rudersport.de] > > On Wed, 2009-09-16 at 15:38 -0400, Philippe Ratté wrote: > > > If it is anything else, we might be much better able to help you, > > > if we know about the issue -- rather than what you think would

Re: Skip DNSBL checks for a specific IP/Net

2009-09-16 Thread Benny Pedersen
On ons 16 sep 2009 19:59:30 CEST, Philippe Ratté wrote I am looking for a way to ask SA to skip DNSBL checks for a specific IP / subnet, is it possible to do this ? i would say no, but try trusted_networks 0.0.0.0/0 :-) just not 0.0.0.0/0 use the skip ip there if you sure know its trusted

RE: Skip DNSBL checks for a specific IP/Net

2009-09-16 Thread Karsten Bräckelmann
On Wed, 2009-09-16 at 15:38 -0400, Philippe Ratté wrote: > > If it is anything else, we might be much better able to help you, if > > we know about the issue -- rather than what you think would be the > > best solution. ;) > > The situation is about Hotmail. Yesterday a customer told me he was h

RE: Skip DNSBL checks for a specific IP/Net

2009-09-16 Thread John Hardin
On Wed, 16 Sep 2009, Philippe Ratt? wrote: Alternatively, without re-defining existing rules, you could write similar metas on top, that counter such a rule hit. Sorry I do not understand this one, I'm not very familiar with SA rules yet but still learning :) Essentially: meta NO_RBL_HOT

RE: Skip DNSBL checks for a specific IP/Net

2009-09-16 Thread Philippe Ratté
> -Message d'origine- > De : Karsten Bräckelmann [mailto:guent...@rudersport.de] Envoyé : 16 > septembre 2009 14:21 À : users@spamassassin.apache.org Objet : Re: > Skip DNSBL checks for a specific IP/Net > > On Wed, 2009-09-16 at 13:59 -0400, Philippe Ratté wrote:

Re: Skip DNSBL checks for a specific IP/Net

2009-09-16 Thread Karsten Bräckelmann
On Wed, 2009-09-16 at 13:59 -0400, Philippe Ratté wrote: > I am looking for a way to ask SA to skip DNSBL checks for a specific IP / > subnet, is it possible to do this ? Hmm, why would you want to do that? There are pretty much two scenarios that immediately come to mind. You don't want to do BL

Skip DNSBL checks for a specific IP/Net

2009-09-16 Thread Philippe Ratté
Hi guys I am looking for a way to ask SA to skip DNSBL checks for a specific IP / subnet, is it possible to do this ? I’d like something like skip_rbl_checks 1 from=1.2.3.4 And I’d like to keep other tests (Bayesian, Razor, ...) active. Thanks in advance