diff options
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 |