Commit graph

11 commits

Author SHA1 Message Date
fox.cpp
80328b8dee
Fix a few linter warnings + gofmt + goimports 2022-06-23 14:34:57 +03:00
Gusted
b8d8ca6301 refactor(gofumpt): run gofumpt over the code 2021-08-10 19:33:54 +03:00
fox.cpp
61e6e73910
Merge branch 'dev' 2021-08-09 13:01:18 +03:00
fox.cpp
0ac7a3f686
tests: Use a non-127.0.0.1 IP for tests
Using 127.0.0.1 causes all sorts of trouble
since we cannot override what its
rDNS name would be - net.Resolver reads /etc/hosts first and this cannot be changed.

Now we use 127.109.97.100 which is highly unlikely
to be manually set in /etc/hosts.
2021-07-12 17:28:49 +03:00
fox.cpp
5c143530ff
Merge branch 'master' into dev
# Conflicts:
#	framework/address/norm.go
#	go.mod
#	go.sum
#	internal/target/remote/security.go
2021-07-10 00:23:28 +03:00
fox.cpp
7c2afde847
check/authorize_sender: Implement MAIL FROM, From header authorization for local senders
Closes #268.
2021-07-09 22:49:21 +03:00
Armin Preiml
426c61880f add max_header_size, check header size in smtp session 2021-06-27 15:26:04 +00:00
fox.cpp
178579d78a
Remove remaining references to 0.3 module names in code and docs 2020-12-13 19:47:27 +03:00
fox.cpp
2d18ff5a30
MIT => GPLv3; Add license/copyright notices everywhere 2020-07-22 16:12:26 +03:00
fox.cpp
5770daef34
tests: Improve check/spf tests 2020-05-04 00:02:59 +03:00
fox.cpp
65240ebc91
Add integration tests suite for some code paths 2020-02-22 23:06:20 +03:00