From 0088e655155025c373d74ef541579e95ad59ec41 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Thu, 29 Aug 2002 23:25:49 +0000
Subject: [PATCH] Messages imported with smbutil are given recipient agent type
 of AGENT_SMBUTIL instead of the generic AGENT_PROCESS.

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

diff --git a/src/sbbs3/smbutil.c b/src/sbbs3/smbutil.c
index dc95ded114..eab6b9b54e 100644
--- a/src/sbbs3/smbutil.c
+++ b/src/sbbs3/smbutil.c
@@ -142,7 +142,7 @@ void postmsg(char type, char* to, char* to_number, char* to_address,
 	int 	i;
 	long	l,length;
 	ulong	offset,crc;
-	ushort		agent=AGENT_PROCESS;
+	ushort		agent=AGENT_SMBUTIL;
 	smbmsg_t	msg;
 
 	/* Read message text from stream (file or stdin) */
-- 
GitLab