From c1a779527777c49b9ed1b2ec6d682020699cd8d1 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sun, 21 Sep 2003 10:25:03 +0000
Subject: [PATCH] Strips the "LOCAL" attribute off messages imported from
 packets. Packets are imported from the inbound directory, so the "LOCAL"
 attribute bit has no significance.

---
 src/sbbs3/sbbsecho.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/sbbsecho.c b/src/sbbs3/sbbsecho.c
index 54ac51d87b..435be8b5cf 100644
--- a/src/sbbs3/sbbsecho.c
+++ b/src/sbbs3/sbbsecho.c
@@ -4606,7 +4606,7 @@ int main(int argc, char **argv)
 					freadstr(fidomsg,hdr.subj,sizeof(hdr.subj));
 				}
 #endif
-
+				hdr.attr&=~FIDO_LOCAL;	/* Strip local bit, obviously not created locally */
 
 				str[0]=0;
 				for(i=0;!grunged && i<sizeof(str);i++)	/* Read in the 'AREA' Field */
-- 
GitLab