Robert Thomas

Results 75 comments of Robert Thomas
trafficstars

Thanks for bumping this @zack-emmert. We still semi-regularly experience this; however, we noticed the same. Our container wasn't set to restart automatically, so setting that at least alleviated the issue...

Hey @SeanM-temp, great first PR! Your DMARC improvements are appreciated; I used your PR as an opportunity to flesh out the existing DMARC tests :) Your SPF improvements are a...

Thanks for the changes, @SeanM-temp! The existing separation of the `advisor` and `scanner` packages does make validating the number of SPF host lookups difficult. The `advisor` package shouldn't import `scanner`;...

Hey @SeanM-temp, apologies that this hasn't been properly reviewed and/or merged yet! I intend to look over it soon :)

It's because you're not closing the file. Try this: ```go func t(filePath string) { conn, err := ftp.Dial(ftpServer, ftp.DialWithTimeout(5*time.Second)) if err != nil { log.Fatal(fmt.Sprintf("filePath: %s err: %v", filePath, err))...