1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-06-28 20:21:14 +02:00
docker-mailserver/target/scripts/helpers
Brennan Kinney 1d2df8d499
fix: DB helper should properly filter entries (#3359)
Previously it was assumed the sed operation was applying the sed expressions as a sequence, but it did not seem to filter entries being looked up correctly.

Instead any line that matched either sed expression pattern was output (_value without matching key, values split by the delimiter_), then grep would match any of that causing false-positives.

Resolved by piping the first sed expression into the next.
2023-05-23 11:02:30 +12:00
..
database fix: DB helper should properly filter entries (#3359) 2023-05-23 11:02:30 +12:00
accounts.sh Dovecot: make home dir distinct from mail dir (#3335) 2023-05-15 20:10:29 +02:00
aliases.sh fix: Workaround postconf write settling logic (#2998) 2023-01-13 10:10:58 +13:00
change-detection.sh Remove unusual space from shebang line (#2834) 2022-10-17 10:40:09 +02:00
dns.sh scripts: apply fixes to helpers when using set -eE (#3285) 2023-04-24 14:35:19 +02:00
error.sh scripts: apply fixes to helpers when using set -eE (#3285) 2023-04-24 14:35:19 +02:00
index.sh scripts: follow up of #3115 (feedback) (#3124) 2023-02-27 23:37:35 +01:00
lock.sh tests(refactor): Adjust mail_changedetector + change detection helpers (#2997) 2023-01-16 20:39:46 +13:00
log.sh scripts: apply fixes to helpers when using set -eE (#3285) 2023-04-24 14:35:19 +02:00
network.sh Remove unusual space from shebang line (#2834) 2022-10-17 10:40:09 +02:00
postfix.sh Remove unusual space from shebang line (#2834) 2022-10-17 10:40:09 +02:00
relay.sh Fix several typos (#2990) 2023-01-10 14:13:50 +01:00
ssl.sh Postfix: rename "smtps" to "submissions" (#3235) 2023-05-10 11:29:51 +02:00
utils.sh remove unnecessary return 0 statements (#3290) 2023-04-29 10:55:54 +02:00