From c7c49977c91d235d96c31a7935fb15264aca5a47 Mon Sep 17 00:00:00 2001 From: Onnayaku Date: Tue, 1 Nov 2022 23:53:37 +0100 Subject: [PATCH] Change 'Indented code blocks' to 'Fenced code blocks' in adv-filt.md --- doc/adv-filt.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/adv-filt.md b/doc/adv-filt.md index 2332ec5..42dc8df 100644 --- a/doc/adv-filt.md +++ b/doc/adv-filt.md @@ -13,7 +13,9 @@ For detailed documentation, see [FILTER README](https://www.postfix.org/FILTER_R Just use the following command to install dependencies: - pip install -r requirements.txt +``` +pip install -r requirements.txt +``` ## Configuration @@ -30,7 +32,9 @@ setting port to `10026`. Command to spawn a Lacre daemon process is: - GPG_MAILGATE_CONFIG=/etc/gpg-mailgate.conf PYTHONPATH=... python -m lacre.daemon +``` +GPG_MAILGATE_CONFIG=/etc/gpg-mailgate.conf PYTHONPATH=... python -m lacre.daemon +``` Two environment variables used here are: