Oop, the 'mailinglist' file was leftover from older ezmlm. Not created by ezmlm-make anymore.

This commit is contained in:
Mahlon E. Smith 2017-05-30 11:08:48 -07:00
parent 33b3c08d75
commit f43372e648
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ class Ezmlm::List
###
def initialize( listdir )
listdir = Pathname.new( listdir ) unless listdir.is_a?( Pathname )
unless listdir.directory? && ( listdir + 'mailinglist' ).exist?
unless listdir.directory? && ( listdir + 'ezmlmrc' ).exist?
raise ArgumentError, "%p doesn't appear to be an ezmlm-idx list." % [ listdir.to_s ]
end
@listdir = listdir