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; @@ -304,4 +313,4 @@ $majordomo_dont_reply = '(mailer-daemon|uucp|listserv|majordomo|listproc)\@'; 1; -# $Header: /sources/cvsrepos/majordomo/sample.cf,v 1.32 1997/04/07 18:57:43 cwilson Exp $ +# $Header: /sources/cvsrepos/majordomo/sample.cf,v 1.33 1997/04/27 14:56:45 cwilson Exp $ diff -u ./majordomo_version.pl ../majordomo-1.94.2/majordomo_version.pl --- ./majordomo_version.pl Sun Apr 20 18:56:22 1997 +++ ../majordomo-1.94.2/majordomo_version.pl Sun Apr 27 17:37:56 1997 @@ -1,5 +1,5 @@ -# $Header: /sources/cvsrepos/majordomo/majordomo_version.pl,v 1.23 1997/04/20 16:48:22 cwilson Exp $ +# $Header: /sources/cvsrepos/majordomo/majordomo_version.pl,v 1.24 1997/04/27 15:05:38 cwilson Exp $ -$majordomo_version = "1.94.2_spin4"; +$majordomo_version = "1.94.2"; 1; 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; @@ -304,4 +313,4 @@ $majordomo_dont_reply = '(mailer-daemon|uucp|listserv|majordomo|listproc)\@'; 1; -# $Header: /sources/cvsrepos/majordomo/sample.cf,v 1.32 1997/04/07 18:57:43 cwilson Exp $ +# $Header: /sources/cvsrepos/majordomo/sample.cf,v 1.33 1997/04/27 14:56:45 cwilson Exp $