Hi! I am using Exim, and I have problems with the aliases formt. This is a very simple patch, that swaps the '"' with the '|' in the newlist file: ------------------------- --- bin/newlist.orig Mon Oct 19 01:31:12 1998 +++ bin/newlist Mon Oct 19 01:31:15 1998 @@ -91,9 +91,9 @@ ## %(listname)s mailing list ## created: %(date)s %(user)s -%(list)s |"%(wrapper)s post %(listname)s" -%(admin)s |"%(wrapper)s mailowner %(listname)s" -%(request)s |"%(wrapper)s mailcmd %(listname)s" +%(list)s "|%(wrapper)s post %(listname)s" +%(admin)s "|%(wrapper)s mailowner %(listname)s" +%(request)s "|%(wrapper)s mailcmd %(listname)s" %(owner1)s %(listname)s-admin %(owner2)s %(listname)s-admin ''' % {'listname': list_name, ------------------------ This patch is for the b6 CVS version. dLux -- mailto:dlux@dlux.rulez.org
"BS" == Balazs Szabo <dlux@dlux.sch.bme.hu> writes:
BS> I am using Exim, and I have problems with the aliases
BS> formt. This is a very simple patch, that swaps the '"' with
BS> the '|' in the newlist file:
My Solaris sendmail (which appears to be derived from 8.8.8) doesn't seem to care, and neither does the RH Linux 5.1 system I tested, so I'm inclined to install this change. I don't have any other systems to try, so I'd like to know if anybody has any objections.
-Barry
participants (2)
-
Barry A. Warsaw
-
Szabo, Balazs