]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
it's +bounces-help not -bounces+help
authormmj <none@none>
Sat, 29 May 2004 14:30:20 +0000 (00:30 +1000)
committermmj <none@none>
Sat, 29 May 2004 14:30:20 +0000 (00:30 +1000)
ChangeLog
VERSION
src/send_help.c

index c2db26b2f619ce8a74aeca16e76396fe2282fefc..910af91939cc43c3cf936163e504b722fb3de3b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+0.5.2
  o Discard mails that doesn't have one and only one From: address. Discard
    here means moving them to queue/discard
  o Make sure we retrieve info from all headers matching the token we want
diff --git a/VERSION b/VERSION
index ece0cfe828cbb5e7928b125c9bfc132db164ad5c..cb0c939a936f142669d38cf1ece330266d730965 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.5.2-RC
+0.5.2
index 34bc4bfde6b179ddb6a81f9954ae0a93bb497764..dce9526dd8f4e28ad95061e8b6e40f7ab887d859 100644 (file)
@@ -60,9 +60,9 @@ void send_help(const char *listdir, const char *emailaddr,
        helpaddr = malloc(len);
        snprintf(helpaddr, len, "%s+help@%s", listname, listfqdn);
 
-       len += strlen("-bounces");
+       len += strlen("+bounces");
        fromaddr = malloc(len);
-       snprintf(fromaddr, len, "%s-bounces+help@%s", listname, listfqdn);
+       snprintf(fromaddr, len, "%s+bounces-help@%s", listname, listfqdn);
 
        fromstr = headerstr("From: ", helpaddr);
        fputs(fromstr, queuefile);