changeset 455:9cafbe08e06e

Last fix, DSN is confirmed to work
author mmj
date Fri, 04 Feb 2005 03:20:32 +1100
parents 86d87d090670
children 160dab909572
files src/mlmmj-bounce.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/mlmmj-bounce.c	Fri Feb 04 02:47:51 2005 +1100
+++ b/src/mlmmj-bounce.c	Fri Feb 04 03:20:32 2005 +1100
@@ -308,6 +308,8 @@
 				unlink(mailname);
 			exit(EXIT_SUCCESS);
 		}
+		a = strrchr(address, '@');
+		*a = '=';
 	}
 			
 	if(number != NULL && probe != 0) {