Common subdirectories: ./Tools and ../majordomo-1.94.2/Tools
Common subdirectories: ./bin and ../majordomo-1.94.2/bin
diff -u ./majordomo.cf ../majordomo-1.94.2/majordomo.cf
--- ./majordomo.cf Sun Apr 20 18:56:27 1997
+++ ../majordomo-1.94.2/majordomo.cf Sun Apr 27 17:38:02 1997
@@ -107,7 +107,16 @@
# @ sign (meaning that it's headed to an smtp->x400 gateway, as well
# as the 'c=' and 'a[dm]=' parts, which mean something as well.
#
+# If you will be receiving x400 style return addresses that do not have
+# an @ sign in them indicating an smtp->x400 gateway, set $no_x400at to 1.
+# Otherwise, leave $no_x400 at 0.
+#
$no_x400at = 0;
+#
+# If you will be receiving x400 addresses without the c= or a[dm]= parts
+# set the $no_true_x400 variable to 1. This will disable checking for
+# "c=" and "a[dm]=" pieces.
+#
$no_true_x400 = 0;
Common subdirectories: ./man and ../majordomo-1.94.2/man
diff -u ./sample.cf ../majordomo-1.94.2/sample.cf
--- ./sample.cf Sun Apr 20 18:56:27 1997
+++ ../majordomo-1.94.2/sample.cf Sun Apr 27 17:38:03 1997
@@ -107,7 +107,16 @@
# @ sign (meaning that it's headed to an smtp->x400 gateway, as well
# as the 'c=' and 'a[dm]=' parts, which mean something as well.
#
+# If you will be receiving x400 style return addresses that do not have
+# an @ sign in them indicating an smtp->x400 gateway, set $no_x400at to 1.
+# Otherwise, leave $no_x400 at 0.
+#
$no_x400at = 0;
+#
+# If you will be receiving x400 addresses without the c= or a[dm]= parts
+# set the $no_true_x400 variable to 1. This will disable checking for
+# "c=" and "a[dm]=" pieces.
+#
$no_true_x400 = 0;