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
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,30 @@ Unreleased VER.
6
6
- remove python privex helpers code (?)
7
7
- save settings into cookies (for firefox private window mainly) + accept cookies modal (?)
8
8
- fix dropdown update if use fomantic ui div based dropdown
9
-
- add not (!) to text filters
10
9
- fix sort icon to the same shevrons as main menu gui show/hide buttons
11
10
- upgrade procedure from GUI (?) if decided to do so use [this manual](https://stackoverflow.com/questions/32163955/how-to-run-shell-script-on-host-from-docker-container/63719458#63719458)
11
+
- optimize and fix mail_to and log_lines queries with not(!)
12
+
- BUG: fix process of '...and more' in stats
13
+
-[fix of non-dockerizeed deploy issue](https://github.com/drlight17/mta-log-parser/issues/10)
14
+
15
+
16
+
VER. 1.6
17
+
-~~use more then one CPU core when parsing (moment timestamp convert of related logs is variable)~~
18
+
-~~add ability to exclude some addresses from the TOP charts (frontend gui cookies + backend permanent using settings)~~
19
+
-~~add stats cached text background for better readability~~
20
+
-~~show all currently excluded in gui (backend in tips, frontend in gui)~~
21
+
-~~BUG: currently excluded unknown list fix~~
22
+
-~~BUG: fix currently excluded context menu (right click) doesn't appear in mobile view~~
23
+
-~~clear all currently excluded from cookies button~~
24
+
-~~BUG: exclude unknown~~
25
+
-~~add not (!) to text filters~~
26
+
-~~BUG: fix not(!) appearance in mobile mode~~
27
+
-~~BUGs with all stats after not(!) were added~~
28
+
-~~process sharelink, save and restore not (!) parameter value and from link~~
29
+
-~~BUG: stats_app is not defined~~
30
+
-~~fix "invalid data" in cached stats after cookie clear (replace with error text or copy last date to browser localstorage to use it in this case)~~
Copy file name to clipboardExpand all lines: example.env
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,18 @@ 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
45
+
#MAIL_LOG_TIMESTAMP_CONVERT=false
46
+
44
47
# set MTA which logs you waunt to parse; available values are exim, postfix (default), sendmail and exchange
45
48
#MTA=postfix
46
49
50
+
# set email addresses to exclude from top senders stats permanently (comma separated)
0 commit comments