~ubuntu-branches/ubuntu/vivid/postfix/vivid-proposed

« back to all changes in this revision

Viewing changes to html/BACKSCATTER_README.html

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2012-03-20 13:47:16 UTC
  • mfrom: (1.1.33)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: package-import@ubuntu.com-20120320134716-v7ab94fmor2z9pvp
Tags: upstream-2.9.1
ImportĀ upstreamĀ versionĀ 2.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
    <a href="postconf.5.html#body_checks">body_checks</a> = <a href="pcre_table.5.html">pcre</a>:/etc/postfix/body_checks
185
185
 
186
186
/etc/postfix/header_checks:
187
 
    # Do not indent the text between "if" and "endif".
 
187
    # Do not indent the patterns between "if" and "endif".
188
188
    if /^Received:/
189
189
    /^Received: +from +(porcupine\.org) +/
190
190
        reject forged client name in Received: header: $1
198
198
        reject forged domain name in Message-ID: header: $1
199
199
 
200
200
/etc/postfix/body_checks:
201
 
    # Do not indent the text between "if" and "endif".
 
201
    # Do not indent the patterns between "if" and "endif".
202
202
    if /^[&gt; ]*Received:/
203
203
    /^[&gt; ]*Received: +from +(porcupine\.org) /
204
204
        reject forged client name in Received: header: $1