diff --git a/README.md b/README.md index 0f03bd2..08d789d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # mailrelay [![Build Status](https://travis-ci.org/wiggin77/mailrelay.svg?branch=master)](https://travis-ci.org/wiggin77/mailrelay) +[![Report Card](https://goreportcard.com/badge/github.com/wiggin77/mailrelay)](https://goreportcard.com/report/github.com/wiggin77/mailrelay) `mailrelay` is a simple mail relay that can take unauthenticated SMTP emails (e.g. over port 25) and relay them to authenticated, TLS-enabled SMTP servers. Plus it's easy to configure. diff --git a/main.go b/main.go index 99c06dd..c1d8010 100644 --- a/main.go +++ b/main.go @@ -12,6 +12,7 @@ import ( log "github.com/flashmob/go-guerrilla/log" ) +// Logger is the global logger var Logger log.Logger type mailRelayConfig struct {