1
1
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-10-18 19:29:45 +02:00
docker-mailserver/docs/content
Georg Lauterbach f496897b09
test helpers: add functionality for sending emails (#3026)
* add functionality for filtering mail log by ID

This was not planned, but as @polarthene mentioned in
https://github.com/docker-mailserver/docker-mailserver/pull/3033#issuecomment-1407169569
, filtering the mail log by email ID would be (the only) correct
approach for the Rspamd test (to eliminate race conditions).

I asserted the currect state, and came to the conclusion that this might
(or actually is) something we want in more than one place. So I went
ahead and implemented a solution.

The solution for acquiring the ID is a bit slower because it ensures the
mail queue is empty _before_ and _after_ the mail is sent. This is the
tradeoff one has to make if they want to send multiple emails in one
test file and get their IDs.

I hope you like this approach. I will provide another PR that adjusts
our current tests to use these new functions.

* added note about our helper functions in the docs

I think our work for our custom test framework should be noted in the
docs for newcomers to better understand what they should do.

* adjust Rspamd test to use new helpers for sending

* improve filter helpers further

* add sanity check when acquiring mail ID

* re-add `refute_output` to test which should now work well
2023-01-29 14:52:38 +01:00
..
assets docs(deps): bump mkdocs-material to 7.3.2 (#2244) 2021-10-17 23:50:02 +13:00
config feature: provide better rspamd suppport (#3016) 2023-01-25 10:28:59 +01:00
contributing test helpers: add functionality for sending emails (#3026) 2023-01-29 14:52:38 +01:00
examples docs: add note about Docker version when building (#2799) 2022-09-28 09:25:07 +02:00
faq.md docs: FAQ - Add note for devnull alias gotcha when using a catchall rule (#2949) 2023-01-11 13:57:11 +13:00
index.md docs: add a dedicated page for tests with more information (#3019) 2023-01-24 23:10:49 +01:00
introduction.md Fix several typos (#2993) 2023-01-11 13:31:21 +13:00