From: Ari Johnson Date: Fri, 2 Mar 2007 05:46:21 +0000 (+0000) Subject: Fixed MAILER in options.h.dist X-Git-Tag: 0.72p3~3 X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=34a20be56aa21c3a24f19a6fab38af49ee691200;p=cobramush.git Fixed MAILER in options.h.dist --- 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 ------------------------*/