diff options
author | Martin Schulze <joey@infodrom.org> | 2004-09-13 09:07:18 +0200 |
---|---|---|
committer | Andreas Beckmann <debian@abeckmann.de> | 2012-10-01 19:58:43 +0200 |
commit | ae03fe5d926a63cab418207f760d62a947957123 (patch) | |
tree | aa48cfe56ac7c47fb9b0abce4d4689033d3098d6 /debian/patches/patch.dont_masquerade_local | |
parent | dd994db23cb7f88732be927fad3a7039bd6301db (diff) | |
download | sendmail-debian/8.12.3-7.1.tar.gz |
Imported Debian patch 8.12.3-7.1debian/8.12.3-7.1
Diffstat (limited to 'debian/patches/patch.dont_masquerade_local')
-rw-r--r-- | debian/patches/patch.dont_masquerade_local | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/debian/patches/patch.dont_masquerade_local b/debian/patches/patch.dont_masquerade_local deleted file mode 100644 index f4484b9..0000000 --- a/debian/patches/patch.dont_masquerade_local +++ /dev/null @@ -1,39 +0,0 @@ -diff -cr ../../cf/mailer/local.m4 local.m4 -*** ../../cf/mailer/local.m4 Thu Apr 22 18:23:05 1999 ---- local.m4 Thu Apr 22 18:40:37 1999 -*************** -*** 39,45 **** - R<@> $n errors to mailer-daemon - R@ <@ $*> $n temporarily bypass Sun bogosity - R$+ $: $>50 $1 add local domain if needed -! R$* $: $>94 $1 do masquerading - - # - # Envelope recipient rewriting ---- 39,46 ---- - R<@> $n errors to mailer-daemon - R@ <@ $*> $n temporarily bypass Sun bogosity - R$+ $: $>50 $1 add local domain if needed -! ifdef(`_DONT_MASQUERADE_LOCAL_', `dnl', `dnl -! R$* $: $>94 $1 do masquerading') - - # - # Envelope recipient rewriting -*************** -*** 54,60 **** - R<@> $n errors to mailer-daemon - R@ <@ $*> $n temporarily bypass Sun bogosity - R$+ $: $>50 $1 add local domain if needed -! R$* $: $>93 $1 do masquerading - - # - # Header recipient rewriting ---- 55,62 ---- - R<@> $n errors to mailer-daemon - R@ <@ $*> $n temporarily bypass Sun bogosity - R$+ $: $>50 $1 add local domain if needed -! ifdef(`_DONT_MASQUERADE_LOCAL_', `dnl', `dnl -! R$* $: $>93 $1 do masquerading') - - # - # Header recipient rewriting |