Mercurial > masqmail
diff src/fail_msg.c @ 207:dcb315792513
removed commented code and replaced // by /* */
author | meillo@marmaro.de |
---|---|
date | Sun, 18 Jul 2010 21:41:48 +0200 |
parents | f671821d8222 |
children | bc9d9cd9ee8e |
line wrap: on
line diff
--- a/src/fail_msg.c Sat Jul 17 00:34:40 2010 +0200 +++ b/src/fail_msg.c Sun Jul 18 21:41:48 2010 +0200 @@ -58,8 +58,6 @@ gchar *cmd; pid_t pid; - // cmd = g_strdup_printf(SBINDIR"/masqmail -oi -f \"<>\" %s@%s", - // ret_path->local_part, ret_path->domain); cmd = g_strdup_printf(SBINDIR "/masqmail -oi -f <> %s@%s", ret_path->local_part, ret_path->domain); if ((out = peidopen(cmd, "w", environ, &pid, conf.mail_uid, conf.mail_gid))) { gchar fmt[256], line[256];