1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

Allow AUTH=<> FROM parameter (#284)

* Use backtick on regex
* Accept AUTH=<> FROM parameter
* Update changelog
This commit is contained in:
James Hillyerd
2022-07-30 10:57:29 -07:00
committed by GitHub
parent 1650a5b375
commit 87018ed42d
3 changed files with 12 additions and 4 deletions

View File

@@ -193,6 +193,10 @@ func TestReadyState(t *testing.T) {
{"RSET", 250},
{"MAIL FROM:<john@gmail.com> SIZE=1024", 250},
{"RSET", 250},
{"MAIL FROM:<john@gmail.com> SIZE=1024 BODY=8BITMIME", 250},
{"RSET", 250},
{"MAIL FROM:<bounces@onmicrosoft.com> SIZE=4096 AUTH=<>", 250},
{"RSET", 250},
{"MAIL FROM:<host!host!user/data@foo.com>", 250},
{"RSET", 250},
{"MAIL FROM:<\"first last\"@space.com>", 250},