The -r is an obsolete option only supported by sendmail, and
doesn't work with other MTAs, while the -f option works in every
other MTA too.
---
sendout.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sendout.c b/sendout.c
index 863ed46..a58627a 100644
--- a/sendout.c
+++ b/sendout.c
@@ -354,7 +354,7 @@ _prepare_mta_args(struct name *to, struct header *hp)
else
froma = myorigin(hp);
if (froma != NULL) {
- args[i++] = "-r";
+ args[i++] = "-f";
args[i++] = froma;
}
}
--
1.9.3
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
S-nail-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/s-nail-users