aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-03-02 23:14:51 +0800
committerDan Winship <danw@src.gnome.org>2001-03-02 23:14:51 +0800
commite365f46803924a8d436f93722df7c30b38955e01 (patch)
tree6264a8f160bad05d8e423b0f28d7183b21e466c1 /camel/ChangeLog
parent6f859d23be6364c19179d7e4a62902a3d9b8a460 (diff)
downloadgsoc2013-evolution-e365f46803924a8d436f93722df7c30b38955e01.tar
gsoc2013-evolution-e365f46803924a8d436f93722df7c30b38955e01.tar.gz
gsoc2013-evolution-e365f46803924a8d436f93722df7c30b38955e01.tar.bz2
gsoc2013-evolution-e365f46803924a8d436f93722df7c30b38955e01.tar.lz
gsoc2013-evolution-e365f46803924a8d436f93722df7c30b38955e01.tar.xz
gsoc2013-evolution-e365f46803924a8d436f93722df7c30b38955e01.tar.zst
gsoc2013-evolution-e365f46803924a8d436f93722df7c30b38955e01.zip
Use "-f" to set the envelope from address so bounces go to the right
* providers/sendmail/camel-sendmail-transport.c (sendmail_send_to, sendmail_send): Use "-f" to set the envelope from address so bounces go to the right place. Also, pass "-U" since the man page says we're supposed to... svn path=/trunk/; revision=8521
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 923dbae94e..fcf06aa7c4 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,10 @@
+2001-03-02 Dan Winship <danw@ximian.com>
+
+ * providers/sendmail/camel-sendmail-transport.c (sendmail_send_to,
+ sendmail_send): Use "-f" to set the envelope from address so
+ bounces go to the right place. Also, pass "-U" since the man page
+ says we're supposed to...
+
2001-03-01 Jeffrey Stedfast <fejj@ximian.com>
* camel-sasl.c: #include "camel-sasl-digest-md5.h"