1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-14 02:34:22 +02:00
Mailu/towncrier/newsfragments
bors[bot] 47a40d17b7 Merge #1088
1088: Support domain literals (fix #1087) r=mergify[bot] a=hoellen

## What type of PR?
bug-fix

## What does this PR do?
This PR adds error handling for idna enocding. With telnet you now get a "Bad sender address syntax"  message.

```
> telnet mail.example.com 25

Connected to example.com.
Escape character is '^]'.
220 mail.example.com ESMTP ready
EHLO dummy.example.com
250-mail.example.com
250 STARTTLS
MAIL FROM: does-not-exist@[116.203.165.200]
250 2.0.0 OK
RCPT TO: some-user@example.com
501 5.1.7 Bad sender address syntax
Connection closed by foreign host.
```


### Related issue(s)
fix #1087

## Prerequistes
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [x] In case of feature or enhancement: documentation updated accordingly
- [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/guide.html#changelog) entry file.


Co-authored-by: hoellen <dev@hoellen.eu>
2019-08-15 08:29:11 +00:00
..
820.bugfix Use ldez/traefik-certs-dumper in certificate dumper, and make more robust 2019-03-10 12:15:14 +00:00
867.bugfix Make aliases case-insensitive (too) 2019-04-14 12:02:12 +00:00
891.feature Update fetchmail to selfbuilt 7.0.0-alpha 2019-03-10 10:20:43 +00:00
916.doc fix destination of changelog file (#1010) 2019-07-08 15:53:57 +02:00
958.feature Add authentication for email relays 2019-03-04 18:54:53 +01:00
988.feature add sidebar toggle button 2019-04-14 11:52:01 +02:00
1009.misc move changelog to the right directory 2019-07-26 07:27:54 +02:00
1049.feature Add towncrier newsfragments 2019-06-25 19:24:05 +00:00
1051.feature Add towncrier newsfragments 2019-06-25 19:24:05 +00:00
1066.feature Update password in commandline 2019-07-08 10:50:08 +02:00
1070.feature update changelog 2019-07-11 22:46:05 +02:00
1071.feature update changelog 2019-07-12 09:22:07 +02:00
1075.bugfix Create 1075.bugfix 2019-07-17 11:39:36 +02:00
1082.feature Update changelog 2019-07-25 10:53:27 +02:00
1083.bugfix Allow subnet with host bit set in setup 2019-07-25 11:55:40 +02:00
1087.bugfix Support domain literals for receiving emails 2019-08-15 00:20:55 +02:00