Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
it:oss:spamassassin [2006-07-24 09:59] – Zusammenarbeit mit MTAs hinzugefügt rosenkeit:oss:spamassassin [2006-08-15 18:00] (current) – Integration weiterer DNSBLs in SpamAssassin rosenke
Line 22: Line 22:
   * [[http://wiki.apache.org/spamassassin/IntegratedInMta|Integrated into several varieties of MTA]]   * [[http://wiki.apache.org/spamassassin/IntegratedInMta|Integrated into several varieties of MTA]]
   * [[http://dman13.dyndns.org/~dman/config_docs/exim-spamassassin/|How to integrate spamassassin with exim]]   * [[http://dman13.dyndns.org/~dman/config_docs/exim-spamassassin/|How to integrate spamassassin with exim]]
 +  * [[http://www.exim.org/exim-html-3.30/doc/html/spec_14.html#SEC426|Option transport_filter bei exim]]
 +
 +=====Integration weiterer DNSBLs in SpamAssassin=====
 +
 +Folgende Beispielkonfiguration für die Abfrage einer speziellen DNSBL stellt die einfachste Lösung dar, ohne spezielle Auswertung des Rückgabewerts der DNSBL oder ähnlichem. Existiert ein Eintrag in der DNSBL für die abgefragte IP-Adresse, trifft der Filter zu. Die Konfiguration wird am besten in der ''local.cf'' untergebracht.
 +
 +<code>
 +#custom DNSBL
 +header          RCVD_IN_EXAMPLE_DNSBL   eval:check_rbl('rbl', 'dnsbl.example.')
 +describe        RCVD_IN_EXAMPLE_DNSBL   listed in dnsbl.example
 +tflags          RCVD_IN_EXAMPLE_DNSBL   net
 +score           RCVD_IN_EXAMPLE_DNSBL   5.1
 +</code>
 +
it/oss/spamassassin.1153727987.txt · Last modified: 2006-07-24 21:15 (external edit)
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0