From 748ebf9845c88d2bb1c023e68d1ce733b574b7f6 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Mon, 24 Sep 2018 01:40:19 +0000
Subject: [PATCH] Added SMB_SUMMARY (header-field-type) definition.

---
 exec/load/smbdefs.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/exec/load/smbdefs.js b/exec/load/smbdefs.js
index e68be1e468..769f473be5 100644
--- a/exec/load/smbdefs.js
+++ b/exec/load/smbdefs.js
@@ -106,6 +106,7 @@ var AGENT_SMBUTIL		=2;		/* Imported via Synchronet SMBUTIL */
 var AGENT_SMTPSYSMSG	=3;		/* Synchronet SMTP server system message */
 
 								/* Message hfield types */
+var SMB_SUMMARY			= 0x61; /* Not currently used for messages */								
 var SMB_COMMENT 		= 0x62; /* Appear in message text, before body */
 var SMB_POLL_ANSWER		= 0xe0;	/* One poll answer (the subject is the question) */
 
-- 
GitLab