aboutsummaryrefslogtreecommitdiffstats
path: root/news/fidogate-ds/files
diff options
context:
space:
mode:
authoranray <anray@FreeBSD.org>2007-09-12 12:11:47 +0800
committeranray <anray@FreeBSD.org>2007-09-12 12:11:47 +0800
commitfb02329368b8b3bf1cac5130937037be5aa4e286 (patch)
tree6e22915a76804e91b3ae69351117e2fafbba1b46 /news/fidogate-ds/files
parentc4264a6193ac8551d484278b24b7fc634ca65dfc (diff)
downloadfreebsd-ports-gnome-fb02329368b8b3bf1cac5130937037be5aa4e286.tar.gz
freebsd-ports-gnome-fb02329368b8b3bf1cac5130937037be5aa4e286.tar.zst
freebsd-ports-gnome-fb02329368b8b3bf1cac5130937037be5aa4e286.zip
Fix acl notifications.
Diffstat (limited to 'news/fidogate-ds/files')
-rw-r--r--news/fidogate-ds/files/patch-rfc2ftn.c26
1 files changed, 26 insertions, 0 deletions
diff --git a/news/fidogate-ds/files/patch-rfc2ftn.c b/news/fidogate-ds/files/patch-rfc2ftn.c
new file mode 100644
index 000000000000..960826d45bf7
--- /dev/null
+++ b/news/fidogate-ds/files/patch-rfc2ftn.c
@@ -0,0 +1,26 @@
+Index: src/gate/rfc2ftn.c
+===================================================================
+RCS file: /cvsroot/rusfidogate/fidogate-sta/src/gate/rfc2ftn.c,v
+retrieving revision 5.2
+retrieving revision 5.3
+diff -u -r5.2 -r5.3
+--- src/gate/rfc2ftn.c 30 Jan 2007 20:22:19 -0000 5.2
++++ src/gate/rfc2ftn.c 11 Sep 2007 20:05:16 -0000 5.3
+@@ -1072,7 +1072,7 @@
+ }
+ else
+ {
+- if(s_rfcaddr_to_asc(&rfc_from, FALSE) !=NULL)
++ if(pna_notify(s_rfcaddr_to_asc(&rfc_from, FALSE)))
+ {
+ fglog("BOUNCE: Postings from address `%s' to group `%s' not allowed - skipped, sent notify",
+ s_rfcaddr_to_asc(&rfc_from, FALSE), pa->group);
+@@ -1134,7 +1134,7 @@
+ }
+ else
+ {
+- if(s_rfcaddr_to_asc(&rfc_from, FALSE) !=NULL)
++ if(pna_notify(s_rfcaddr_to_asc(&rfc_from, FALSE)))
+ {
+ fglog("BOUNCE: Gateway netmail from address `%s' to `%s' not allowed - skipped, sent notify",
+ s_rfcaddr_to_asc(&rfc_from, FALSE), asc_node_to);