From: Ari Johnson Date: Tue, 20 Feb 2007 17:18:34 +0000 (+0000) Subject: Fixed MAILER in options.h.dist X-Git-Tag: 0.73~185 X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=aa1ee8603a7481e2347d834b0d82bd91a0e75b76;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 ------------------------*/