]> git.proxmox.com Git - pmg-api.git/commit
pmg-smtp-filter: rename proxtest.com to pmg.example
authorStoiko Ivanov <s.ivanov@proxmox.com>
Wed, 21 Feb 2024 20:26:51 +0000 (21:26 +0100)
committerStoiko Ivanov <s.ivanov@proxmox.com>
Wed, 21 Feb 2024 20:26:55 +0000 (21:26 +0100)
commitf913a510a97fcf320d3bdb2d51853979f457c0d6
treeb9985eab8a1d3d209895f18e8260f3b1ead36b43
parent15b74634ce389ffe38a6ca5bd31249ecb3e212a0
pmg-smtp-filter: rename proxtest.com to pmg.example

the proxtest.com addresses have been hardcoded for a long while, and
are used for the regression tests.

While the regression tests do not send out mails - certain
configurations might - e.g.:
```
section: mail
        ndr_on_block 1
```

noticed while running the regression tests with this setting and
seeing that my queue had messages, which could not be delivered due to
a time-out

replace the addresses with `pmg.example` (longer names make the
test-output wrap to multiple lines causing more churn in the
regressions tests) - pmg.example is safe as .example is reserved (for
such purposes) [0]

[0] https://en.wikipedia.org/wiki/.example

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
src/bin/pmg-smtp-filter