Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai3
docker
lurker
Commits
bb6dcf39
Commit
bb6dcf39
authored
Nov 02, 2021
by
ale
Browse files
Fix regexp expansion of the lurker-index command
parent
ceb6a48e
Pipeline
#23245
passed with stages
in 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conf/services.d/smtpd/run
View file @
bb6dcf39
#!/bin/sh
# Build the SMTP_RULES env var based on the LURKER_ADDR_RX regexp.
export
SMTP_RULES
=
"
${
LURKER_ADDR_RX
}
:/usr/bin/lurker-index -m -l
\
\
1"
export
SMTP_RULES
=
"
${
LURKER_ADDR_RX
}
:/usr/bin/lurker-index -m -l
\
$
1"
# Temporarily suspend incoming email when lurker is rebuilding its index.
export
SMTP_GUARD_FILE
=
"
${
LURKER_DATA_DIR
:-
/var/lib/lurker/data
}
/.tmp"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment