summaryrefslogtreecommitdiff
path: root/mail/postfix-current/patches/patch-be
diff options
context:
space:
mode:
authormartti <martti>2004-07-02 08:03:04 +0000
committermartti <martti>2004-07-02 08:03:04 +0000
commitb6362b069e3e60f49446b660b7c92c8018cf294b (patch)
tree71a3157eadb00ca49e185b27db45288b871cc165 /mail/postfix-current/patches/patch-be
parentc3d89f7aca5e401740c0cfc5bdc7b3f6f088e75e (diff)
downloadpkgsrc-b6362b069e3e60f49446b660b7c92c8018cf294b.tar.gz
Updated postfix-current to 2.2-20040628
* Sync with pkgsrc/mail/postfix * Get rid of canonical_classes patch * No IPv6 patch
Diffstat (limited to 'mail/postfix-current/patches/patch-be')
-rw-r--r--mail/postfix-current/patches/patch-be30
1 files changed, 0 insertions, 30 deletions
diff --git a/mail/postfix-current/patches/patch-be b/mail/postfix-current/patches/patch-be
deleted file mode 100644
index 4dc1c4cc711..00000000000
--- a/mail/postfix-current/patches/patch-be
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-be,v 1.3 2004/03/06 15:08:32 grant Exp $
-
---- src/cleanup/cleanup_message.c.orig 2004-01-21 12:25:27.000000000 +1100
-+++ src/cleanup/cleanup_message.c
-@@ -177,15 +177,17 @@ static void cleanup_rewrite_sender(CLEAN
- for (tpp = addr_list; *tpp; tpp++) {
- cleanup_rewrite_tree(*tpp);
- if (state->flags & CLEANUP_FLAG_MAP_OK) {
-- if (cleanup_send_canon_maps)
-- cleanup_map11_tree(state, *tpp, cleanup_send_canon_maps,
-- cleanup_ext_prop_mask & EXT_PROP_CANONICAL);
-- if (cleanup_comm_canon_maps)
-- cleanup_map11_tree(state, *tpp, cleanup_comm_canon_maps,
-- cleanup_ext_prop_mask & EXT_PROP_CANONICAL);
-- if (cleanup_masq_domains
-- && (cleanup_masq_flags & CLEANUP_MASQ_FLAG_HDR_FROM))
-+ if (var_canon_env_rcpt) {
-+ if (cleanup_send_canon_maps)
-+ cleanup_map11_tree(state, *tpp, cleanup_send_canon_maps,
-+ cleanup_ext_prop_mask & EXT_PROP_CANONICAL);
-+ if (cleanup_comm_canon_maps)
-+ cleanup_map11_tree(state, *tpp, cleanup_comm_canon_maps,
-+ cleanup_ext_prop_mask & EXT_PROP_CANONICAL);
-+ if (cleanup_masq_domains
-+ && (cleanup_masq_flags & CLEANUP_MASQ_FLAG_HDR_FROM))
- cleanup_masquerade_tree(*tpp, cleanup_masq_domains);
-+ }
- }
- if (hdr_opts->type == HDR_FROM && state->from == 0)
- state->from = cleanup_extract_internal(header_buf, *tpp);