docker-mailserver/target/scripts
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
..
build fix: SRS setup (#3158) 2023-03-12 12:10:45 +01:00
helpers fix: DB helper should properly filter entries (#3359) 2023-05-23 11:02:30 +12:00
startup Dovecot: make home dir distinct from mail dir (#3335) 2023-05-15 20:10:29 +02:00
check-for-changes.sh chore: Remove delay starting the change detection service (#3064) 2023-02-18 15:51:28 +01:00
start-mailserver.sh scripts: improve shutdown function by making PANIC_STRATEGY obsolete (#3265) 2023-04-18 23:38:46 +02:00
update-check.sh feature: provide better rspamd suppport (#3016) 2023-01-25 10:28:59 +01:00