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
Thomas Capricelli
botfreak
Commits
c05f98f2f36f
Commit
d718bf70
authored
Jul 27, 2022
by
Thomas Capricelli
Browse files
hostname is rather for the client
parent
1b5bc6bb31da
Changes
1
Hide whitespace changes
Inline
Side-by-side
feeders/watcher/filters.py
View file @
c05f98f2
...
...
@@ -107,7 +107,7 @@ class MemoryMixin:
#
# Postfix filters
#
POSTFIX_PREFIX
=
r
"(?P<datetime>.*) (?P<
host
name>.*) postfix/(smtps/)?smtpd\[(?P<pid>\d*)\]:"
POSTFIX_PREFIX
=
r
"(?P<datetime>.*) (?P<
server
name>.*) postfix/(smtps/)?smtpd\[(?P<pid>\d*)\]:"
POSTFIX_REJECTED
=
POSTFIX_PREFIX
+
r
" NOQUEUE: reject: RCPT from(.*)\["
+
IPV4ORIPV6
+
r
"\]:"
POSTFIX_DATE_FORMAT
=
r
"%b %d %H:%M:%S"
...
...
Write
Preview
Supports
Markdown
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