From 34a20be56aa21c3a24f19a6fab38af49ee691200 Mon Sep 17 00:00:00 2001 From: Ari Johnson Date: Fri, 2 Mar 2007 05:46:21 +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