You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,13 @@ Unreleased VER.
10
10
- MS Exchange multiple mail_to processing
11
11
-[fix of non-dockerizeed deploy issue](https://github.com/drlight17/mta-log-parser/issues/10)
12
12
- provide variables in .env for user defined parser regexps override
13
-
- don't update rows in table while parsing is running (cause multiple recipients with wrong status) - block page update while parsing is running?
14
-
- BUG: email details modal -> subject - sometimes colored as status:
15
-
`Invitation to Submit Abstract for 20-Minute Oral Presentation`
13
+
- parse log file from the new lines since last parsing
14
+
15
+
16
+
VER. 1.8.2
17
+
-~~some GUI styling fixes~~
18
+
-~~don't update rows in table while parsing is running (cause multiple recipients with wrong status) - block page update while parsing is running by env variable~~
Copy file name to clipboardExpand all lines: example.env
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ PORT=8487
41
41
# make date time format (default is "HH:mm:ss, DD.MM.YYYY") to use in GUI for emails list timestamps and date picker according to moment.js templates (https://momentjs.com/)
42
42
#DATETIME_FORMAT='HH:mm:ss, DD.MM.YYYY'
43
43
44
-
# convert related logs timestamp according to the DATETIME_FORMAT. High CPU demanding! false by default
44
+
# convert related logs timestamp according to the DATETIME_FORMAT. High CPU demanding! (false by default)
45
45
#MAIL_LOG_TIMESTAMP_CONVERT=false
46
46
47
47
# set MTA which logs you waunt to parse; available values are exim, postfix (default), sendmail and exchange
@@ -53,6 +53,9 @@ PORT=8487
53
53
# set email addresses to exclude from top recipients stats permanently (comma separated)
0 commit comments