aboutsummaryrefslogtreecommitdiff
path: root/news/fidogate-ds/files/patch-rfc2ftn.c
diff options
context:
space:
mode:
Diffstat (limited to 'news/fidogate-ds/files/patch-rfc2ftn.c')
-rw-r--r--news/fidogate-ds/files/patch-rfc2ftn.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/news/fidogate-ds/files/patch-rfc2ftn.c b/news/fidogate-ds/files/patch-rfc2ftn.c
deleted file mode 100644
index 960826d45bf7..000000000000
--- a/news/fidogate-ds/files/patch-rfc2ftn.c
+++ /dev/null
@@ -1,26 +0,0 @@
-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);