|
Majordomo-Users (January 2000) |
Reply to: RE: digests not going out - A fix
Mats Dufberg wrote: >On 6 Jan 2000, Pete Norton wrote: > >You probably mean > >$whereami = `/bin/dnsdomainname`; You are correct, a typo on my part. >My guess is that /bin/dnsdomainname will return something that ends with a >newline, because that is how you want it on the command line. Then you >should update that to > >$whereami = `/bin/dnsdomainname`; >chomp $whereami; > >The newline could add problems in other cases. To be honest, that makes me nervous since perhaps somewhere else the newline is expected. At least chomping the $mailcmd in the 'digest' script solves the known problem without potentially introducing others. Of course the more expedient solution is to simply define 'resend-host' in the '<maillist-digest>.config' file. Pete Norton pete.norton@orenco.com Orenco Systems, Inc.
|