From 897f5a651a957750c5f9ee5640c34445acbb58c0 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Wed, 24 Sep 2008 19:17:23 +0000
Subject: [PATCH] Added RFC822HEADER definition.

---
 exec/load/mailproc_util.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/exec/load/mailproc_util.js b/exec/load/mailproc_util.js
index 437c682657..e16b3fe482 100644
--- a/exec/load/mailproc_util.js
+++ b/exec/load/mailproc_util.js
@@ -7,6 +7,8 @@
 load("sbbsdefs.js");
 load("mailutil.js");	// mail_get_name() and mail_get_address()
 
+const RFC822HEADER = 0xb0;	// from smbdefs.h
+
 // Parses raw RFC822-formatted messages for use with SMTP Mail Processors
 // Returns an array of header fields parsed from the msgtxt
 // msgtxt is an array of lines from the source (RFC822) message text
-- 
GitLab