From aa1ee8603a7481e2347d834b0d82bd91a0e75b76 Mon Sep 17 00:00:00 2001
From: Ari Johnson <ari@cobramush.org>
Date: Tue, 20 Feb 2007 17:18:34 +0000
Subject: [PATCH] Fixed MAILER in options.h.dist

---
 options.h.dist | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/options.h.dist b/options.h.dist
index 33149d9..e494982 100644
--- a/options.h.dist
+++ b/options.h.dist
@@ -150,7 +150,8 @@
  * argument ("get the recipient address from the message header To:").
  * If it doesn't, you could probably write a wrapper for it.
  * Example: #define MAILER "/full/path/to/other/mailer"
-#define MAILER /* */
+ */
+#define MAILER "" /* */
 
 
 /*--------------------- CobraMUSH Options ------------------------*/
-- 
2.30.2