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

« back to all changes in this revision

Viewing changes to README_FILES/BACKSCATTER_README

  • 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:
107
107
        body_checks = pcre:/etc/postfix/body_checks
108
108
 
109
109
    /etc/postfix/header_checks:
110
 
        # Do not indent the text between "if" and "endif".
 
110
        # Do not indent the patterns between "if" and "endif".
111
111
        if /^Received:/
112
112
        /^Received: +from +(porcupine\.org) +/
113
113
            reject forged client name in Received: header: $1
122
122
        reject forged domain name in Message-ID: header: $1
123
123
 
124
124
    /etc/postfix/body_checks:
125
 
        # Do not indent the text between "if" and "endif".
 
125
        # Do not indent the patterns between "if" and "endif".
126
126
        if /^[> ]*Received:/
127
127
        /^[> ]*Received: +from +(porcupine\.org) /
128
128
            reject forged client name in Received: header: $1