diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2007-09-12 04:11:47 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2007-09-12 04:11:47 +0000 |
commit | 509a284a3131e72420d657e9a00f5cb602249200 (patch) | |
tree | 11b22e84ba5bd0067e241ad66f40207ffcc63620 /news | |
parent | 94824c3175b4e8c8805ef639a4f49ee502475409 (diff) | |
download | ports-509a284a3131e72420d657e9a00f5cb602249200.tar.gz ports-509a284a3131e72420d657e9a00f5cb602249200.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/fidogate-ds/Makefile | 1 | ||||
-rw-r--r-- | news/fidogate-ds/files/patch-rfc2ftn.c | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/news/fidogate-ds/Makefile b/news/fidogate-ds/Makefile index 7273ccb27d93..4ef64745b26e 100644 --- a/news/fidogate-ds/Makefile +++ b/news/fidogate-ds/Makefile @@ -6,6 +6,7 @@ PORTNAME= fidogate PORTVERSION= 5.1.7 +PORTREVISION= 1 CATEGORIES= news mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= rusfidogate 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); |