]> code.citadel.org Git - citadel.git/commitdiff
* swapped the bounce messages
authorArt Cancro <ajc@citadel.org>
Sat, 4 Mar 2000 05:46:19 +0000 (05:46 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 4 Mar 2000 05:46:19 +0000 (05:46 +0000)
citadel/serv_smtp.c

index 8a7a3147c54749255e969ca12875d64f43321fc0..75e99882e713503ab782b93aefa5e7e9eab9d037 100644 (file)
@@ -1074,14 +1074,14 @@ void smtp_do_bounce(char *instr) {
         bmsg->cm_fields['N'] = strdoop(config.c_nodename);
 
        if (give_up) bmsg->cm_fields['M'] = strdoop(
-"A message you sent could not be delivered to some or all of its recipients.\n"
-"The following addresses were undeliverable:\n\n"
-);
-
-        else bmsg->cm_fields['M'] = strdoop(
 "A message you sent could not be delivered to some or all of its recipients\n"
 "due to prolonged unavailability of its destination(s).\n"
 "Giving up on the following addresses:\n\n"
+);
+
+        else bmsg->cm_fields['M'] = strdoop(
+"A message you sent could not be delivered to some or all of its recipients.\n"
+"The following addresses were undeliverable:\n\n"
 );
 
        /*