comparison xml/dnsbl.in @ 436:7b072e16bd69 stable-6-0-64

fix syslog for long messages, supress dkim checks for mail from localhost
author Carl Byington <carl@five-ten-sg.com>
date Fri, 03 Nov 2017 09:57:13 -0700
parents beda588f2881
children f2bc221240e8
comparison
equal deleted inserted replaced
435:afd10321eb70 436:7b072e16bd69
23 </para> 23 </para>
24 </partintro> 24 </partintro>
25 25
26 <refentry id="@PACKAGE@.1"> 26 <refentry id="@PACKAGE@.1">
27 <refentryinfo> 27 <refentryinfo>
28 <date>2017-08-18</date> 28 <date>2017-11-03</date>
29 <author> 29 <author>
30 <firstname>Carl</firstname> 30 <firstname>Carl</firstname>
31 <surname>Byington</surname> 31 <surname>Byington</surname>
32 <affiliation><orgname>510 Software Group</orgname></affiliation> 32 <affiliation><orgname>510 Software Group</orgname></affiliation>
33 <personblurb><para></para></personblurb> 33 <personblurb><para></para></personblurb>
388 <listitem><para> 388 <listitem><para>
389 If the answer is black, mail to this recipient is rejected with "no such 389 If the answer is black, mail to this recipient is rejected with "no such
390 user", and the dns lists are not checked. 390 user", and the dns lists are not checked.
391 </para></listitem> 391 </para></listitem>
392 <listitem><para> 392 <listitem><para>
393 If the answer is white, and the envelope from domain name is 393 If the answer is white, the mail is not from localhost,
394 and the envelope from domain name is
394 listed in the current (or parents) filtering contexts dkim_from with 395 listed in the current (or parents) filtering contexts dkim_from with
395 "required_signed", we downgrade this white answer to unknown. 396 "required_signed", we downgrade this white answer to unknown.
396 If the answer is still white, mail to this recipient is accepted and the dns 397 If the answer is still white, mail to this recipient is accepted and the dns
397 lists are not checked. 398 lists are not checked.
398 </para></listitem> 399 </para></listitem>
457 <para> 458 <para>
458 For each recipient that was accepted, we search for an autowhite entry 459 For each recipient that was accepted, we search for an autowhite entry
459 starting in the reply filtering context. If an autowhite entry is found, 460 starting in the reply filtering context. If an autowhite entry is found,
460 we add the recipient to that auto whitelist file. This will prevent reply 461 we add the recipient to that auto whitelist file. This will prevent reply
461 messages from being blocked by the dnsbl or content filtering. 462 messages from being blocked by the dnsbl or content filtering.
463 </para>
464 <para>
465 If the mail is from localhost we skip the following dkim checks, since
466 such mail will never be dkim signed. This is typically mail that is generated by
467 apache forms.
462 </para> 468 </para>
463 <para> 469 <para>
464 If content filtering is enabled for this body, we look for dkim_signer 470 If content filtering is enabled for this body, we look for dkim_signer
465 and dkim_from sections in the current context and parents. We collect the 471 and dkim_from sections in the current context and parents. We collect the
466 signers of this message from the header added by the dkim-milter. If any 472 signers of this message from the header added by the dkim-milter. If any
771 </refentry> 777 </refentry>
772 778
773 779
774 <refentry id="@PACKAGE@.conf.5"> 780 <refentry id="@PACKAGE@.conf.5">
775 <refentryinfo> 781 <refentryinfo>
776 <date>2017-08-18</date> 782 <date>2017-11-03</date>
777 <author> 783 <author>
778 <firstname>Carl</firstname> 784 <firstname>Carl</firstname>
779 <surname>Byington</surname> 785 <surname>Byington</surname>
780 <affiliation><orgname>510 Software Group</orgname></affiliation> 786 <affiliation><orgname>510 Software Group</orgname></affiliation>
781 <personblurb><para></para></personblurb> 787 <personblurb><para></para></personblurb>