You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by Apache Wiki <wi...@apache.org> on 2011/08/04 18:30:06 UTC

[Spamassassin Wiki] Trivial Update of "IntegratedInMta" by Darxus

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The "IntegratedInMta" page has been changed by Darxus:
http://wiki.apache.org/spamassassin/IntegratedInMta?action=diff&rev1=70&rev2=71

Comment:
Fixed punctuation.

  
   1. As of Exim 4.50, by compiling Exim using WITH_CONTENT_SCAN=yes (see [[http://www.exim.org/exim-html-4.50/doc/html/spec_4.html#SECT4.4|details]], [[http://www.exim.org/exim-html-4.50/doc/html/spec_40.html#SECT40.2|more]]).  As an Exim 4.4x [[http://duncanthrax.net/exiscan-acl/|Exiscan]]-extended ACL condition stack, Exim can reject spam after reading the body, but before Exim acknowledges acceptance of the email. [[http://www.debian.org/|Debian Linux]]'s exim4-daemon-heavy comes with the exiscan patch built in. You can discover its presence in your distro's exim binary directly with the command {{{exim -bV}}} or {{{exim4 -bV}}}; look for the phrase {{{Contains exiscan-acl patch}}}.
  
-  1. As an Exim 4.x loadable module or local_scan.c replacement. [[http://marc.merlins.org/linux/exim/sa.html|SA-Exim]] also allows SpamAssassin to reject spam before its accepted by your MTA. More info at [[http://www.timj.co.uk/linux/exim.php]]. On debian this is the default method: install the sa-exim package and edit /etc/exim4/sa-exim.conf to enable it)
+  1. As an Exim 4.x loadable module or local_scan.c replacement. [[http://marc.merlins.org/linux/exim/sa.html|SA-Exim]] also allows SpamAssassin to reject spam before its accepted by your MTA. More info at [[http://www.timj.co.uk/linux/exim.php]]. On debian this is the default method: install the sa-exim package and edit /etc/exim4/sa-exim.conf to enable it.
  
   1. As an [[http://dman13.dyndns.org/~dman/config_docs/exim-spamassassin/|Exim transport]].