├── .gitattributes ├── LICENSE ├── Makefile ├── README.md ├── git-merge-keep-theirs.sh ├── mta-sts.md ├── mta-sts.txt ├── mta-sts.xml ├── reporting.md ├── reporting.txt └── reporting.xml /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrisher/smtp-sts/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrisher/smtp-sts/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrisher/smtp-sts/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrisher/smtp-sts/HEAD/README.md -------------------------------------------------------------------------------- /git-merge-keep-theirs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrisher/smtp-sts/HEAD/git-merge-keep-theirs.sh -------------------------------------------------------------------------------- /mta-sts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrisher/smtp-sts/HEAD/mta-sts.md -------------------------------------------------------------------------------- /mta-sts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrisher/smtp-sts/HEAD/mta-sts.txt -------------------------------------------------------------------------------- /mta-sts.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrisher/smtp-sts/HEAD/mta-sts.xml -------------------------------------------------------------------------------- /reporting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrisher/smtp-sts/HEAD/reporting.md -------------------------------------------------------------------------------- /reporting.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrisher/smtp-sts/HEAD/reporting.txt -------------------------------------------------------------------------------- /reporting.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrisher/smtp-sts/HEAD/reporting.xml --------------------------------------------------------------------------------