4039 次代码提交 (02c48624278f483cc5840f9be7386e84cf2a96e4)
 

作者 SHA1 备注 提交日期
Florent Daigniere 84a722eabc Optimize the query 3 年前
Florent Daigniere 07bf8ce6df Add anti-spoofing to the feature list 3 年前
Florent Daigniere bd1b73032c Poke a hole for mailing lists 3 年前
bors[bot] 9d5d55f969
Merge #2486
2486: Quote SMTP SIZE to avoid splitting keyword and parameter in EHLO response r=mergify[bot] a=TheBeeZee

## What type of PR?

bug-fix

## What does this PR do?

Fixes a syntax issue in the nginx front EHLO response. As currently configured, the SIZE parameter and value are treated as separate keywords and as a result are returned on separate lines in an EHLO response:

```
...
250-SIZE
250-50000000
...
```

By adding quotes, nginx will return the correct response on a single line:

```
...
250-SIZE 50000000
...
```

### Related issue(s)

closes #2485

## Prerequisites
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/workflow.html#changelog) entry file.


Co-authored-by: Blaž Zupan <blaz@inlimbo.org>
3 年前
Blaž Zupan 56617bbe12 Quote SMTP SIZE to avoid splitting keyword and parameter in EHLO response 3 年前
Florent Daigniere c4fcaed7d4 doh 3 年前
Vincent Kling 8a60b658b4 Implement FETCHMAIL_ENABLED 3 年前
Florent Daigniere 8929f54de5 clarify
Also cover the case where the DKIM sig is for another domain and there
is no explicit DMARC policy
3 年前
Florent Daigniere 8da6117bb9 clarify 3 年前
Florent Daigniere af87456faf this works for me 3 年前
bors[bot] bbbed4d9ac
Merge #2480
2480: Fix a bunch of typos r=mergify[bot] a=DjVinnii

## What type of PR?

 documentation

## What does this PR do?
Fix a bunch of typos in a variety of files

### Related issue(s)
- None

## Prerequisites
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/workflow.html#changelog) entry file.


Co-authored-by: Vincent Kling <v.kling@vinniict.nl>
3 年前
Vincent Kling 23d06a5761 Fix a bunch of typos 3 年前
Florent Daigniere be4dd6d84a Spell it out 3 年前
Florent Daigniere f7b3aad831 Ensure we REJECT when we don't have a DMARC policy
This restores the old behaviour
3 年前
Dimitri Huisman 6ea2d84a3c Remove outdated wrong documentation 3 年前
Florent Daigniere 0204c9e59d doh 3 年前
Florent Daigniere cc2c308d1d update the towncrier entry 3 年前
Florent Daigniere 8775a2bf04 untested code that may just work 3 年前
Dimitri Huisman 451738e32b We want the function result. Not the function statement. 3 年前
Dimitri Huisman f9ba0e688f Removed syntax error 3 年前
Dimitri Huisman 92cb8c146b Refine build_test_deploy.yml:
Build base image before the other images.
Change cache key to make it is re-used for all builds. This is not
dangerous. The docker build process can determine itself whether
a cache can be safely re-used or not.
3 年前
Florent Daigniere 5ebcecf4dd Don't need that anymore either 3 年前
Florent Daigniere 3e51d15b03 Remove the strict anti-spoofing rule. 3 年前
Alexander Graf d9bf6875e1
Optimize build order for better caching 3 年前
Alexander Graf 7441a420c4
Fix and speed-up arm build. Allow chosing of prod/dev env. 3 年前
Alexander Graf 5c31120895
Remove obsolete contexts from base image 3 年前
Alexander Graf 146921f619
Move curl to base image 3 年前
Alexander Graf 4c1071a497
Move all requirements*.txt to base image 3 年前
Alexander Graf a29f066858
Move even more python deps to base image 3 年前
Alexander Graf 52dd09d452
Fix assets build process #2 3 年前
Alexander Graf 768c0cc1ce
Fix assets build process 3 年前
Alexander Graf 8668b269cd
Add requirements.txt for base image 3 年前
Alexander Graf 9f511faf64
Merge pull request #8 from NeverBehave/master
fix: resolve IPv6 container hostname
3 年前
Dimitri Huisman b711f930ef
Merge pull request #9 from vavanade/patch-1
fix docstring
3 年前
Dimitri Huisman c0066abd01
Merge pull request #6 from micw/log-failed-dns
Add logging for failed DNS lookups
3 年前
kaiyou f63837b8e1
Update to 0.2.0 3 年前
kaiyou 68d44201ab
Merge pull request #4 from micw/resolve-host-if-address-not-set
Resolve host if address not set
3 年前
kaiyou b198fde756
Merge pull request #3 from micw/fix-random-failures
Change test hostnames for stable test results
3 年前
kaiyou 7f6d51904b
Remove wrong dependency to importlib 3 年前
kaiyou ef344c62f6
Add automated tests 3 年前
kaiyou 74a3e87de3
Fix a couple syntax typos 3 年前
kaiyou 351b05b92d
Allow jinja to load from file path or handle 3 年前
kaiyou 0370b26f3e
Initial commit 3 年前
Alexander Graf ce9d886195
Merge pull request #10 from ghostwheel42/add_gitignore
Add .gitignore file
3 年前
kaiyou dbec5f0a6c
Switch to setuptools and bump the version 3 年前
kaiyou 3d0d831c76
Version 0.2.4 3 年前
kaiyou e2979f9103
Merge pull request #6 from Nebukadneza/fix_py37
Don’t use deprecated now-keyword "async"
3 年前
kaiyou 6fadd39aea
Merge pull request #3 from Nebukadneza/add_key_url_quoting
URL-Quote the key in HTTP requests
3 年前
kaiyou 080e76f972
Merge pull request #1 from rakshith-ravi/patch-1
Fixed a small typo
3 年前
kaiyou 23e5aa2e05
Escape strings properly in the Dovecot dict dialect 3 年前