# File lib/action_mailer/vendor/tmail/port.rb, line 48
    def initialize( fname )
      @filename = File.expand_path(fname)
      super()
    end