Commit Graph

1237 Commits

Author SHA1 Message Date
Janos SUTO
644ff2b630 tests: added unit test for attachment checking
Signed-off-by: Janos SUTO <sj@acts.hu>
2018-02-04 10:58:35 +01:00
Janos SUTO
3e22fbfd76 parser: fix multiline attachment name
Signed-off-by: Janos SUTO <sj@acts.hu>
2018-02-04 10:50:42 +01:00
Janos SUTO
5830bf5ef7 improved error handling for sql insert failures
Signed-off-by: Janos SUTO <sj@acts.hu>
2018-01-23 20:02:50 +01:00
Janos SUTO
7e2fdcaae2 db: schema fix for metadata.message_id and attachment.name
Signed-off-by: Janos SUTO <sj@acts.hu>
2018-01-23 20:01:25 +01:00
Janos SUTO
06b5954070 improved mysql logging
Signed-off-by: Janos SUTO <sj@acts.hu>
2018-01-23 20:00:40 +01:00
Janos SUTO
b4e1a6cf44 fix for ks_c_5601-1987 encoding
Signed-off-by: Janos SUTO <sj@acts.hu>
2018-01-23 20:00:20 +01:00
Janos SUTO
ea1cad8839 gui: fix form url for password change
Signed-off-by: Janos SUTO <sj@acts.hu>
2018-01-16 10:59:18 +01:00
Janos SUTO
67dcb496a4 remove commented out unlink pidfile from piler-smtp.c
Signed-off-by: Janos SUTO <sj@acts.hu>
2018-01-16 10:57:56 +01:00
Janos SUTO
bef68aec3a added pidfile check in piler.c to prevent multiple start of the piler daemon
Signed-off-by: Janos SUTO <sj@acts.hu>
2018-01-11 10:56:32 +01:00
Janos SUTO
e03a9f2982 test: added new unit tests
Signed-off-by: Janos SUTO <sj@acts.hu>
2018-01-11 10:20:02 +01:00
Janos SUTO
7e3367d04d cron: count the number of files in the error dir
Signed-off-by: Janos SUTO <sj@acts.hu>
2018-01-11 10:00:34 +01:00
Janos SUTO
723f0b5c5f additional parser fix
Signed-off-by: Janos SUTO <sj@acts.hu>
2018-01-11 09:59:58 +01:00
Janos SUTO
1c8dc1cc68 parser fix to support some emojis in subject line
Signed-off-by: Janos SUTO <sj@acts.hu>
2018-01-11 09:28:45 +01:00
Janos SUTO
c846b6aa21 gui: pdo fetch should exclude numbered indexes in fetched rows
Signed-off-by: Janos SUTO <sj@acts.hu>
2018-01-03 21:04:57 +01:00
Janos SUTO
6eb6d5aebc added remote smtp host to piler-smtp received: log message
Signed-off-by: Janos SUTO <sj@acts.hu>
2018-01-02 09:16:19 +01:00
Janos SUTO
c1c5c30423 gui: added check for user@domain sso format
Signed-off-by: Janos SUTO <sj@acts.hu>
2018-01-01 10:39:22 +01:00
Janos SUTO
a49591f4f3 gui: apply CUSTOM_EMAIL_QUERY_FUNCTION to sso user in ntlm auth
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-12-23 18:14:17 +01:00
Janos SUTO
e3f53863b7 gui: use a session variable for "not before" feature
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-12-23 18:03:01 +01:00
Janos SUTO
b7b61a80e5 gui: add mandatory start date to certain users preventing them to search for older emails
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-12-23 17:43:34 +01:00
Janos SUTO
4b5f349710 test: fixed test.conf for unit tests
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-12-12 20:50:55 +01:00
Janos SUTO
018e6ca07a src: added proper usage text to piler daemons
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-11-30 10:32:14 +01:00
Janos SUTO
b90438bef6 src: fix for multiple filename in a single mime part line
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-11-28 08:56:39 +01:00
Janos SUTO
08fbbe46c7 gui: demo mode fix
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-11-28 08:56:33 +01:00
Janos SUTO
1192fc3218 src: decoder and parser fix
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-11-08 11:50:28 +01:00
Janos SUTO
25aeff66ba src: fix gb2312 -> utf8 iconv conversion issue
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-11-07 19:24:06 +01:00
Janos SUTO
1c27ead3af src: syslog if problematic message is moved
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-11-07 15:25:17 +01:00
Janos SUTO
36b1e03939 src: move problematic messages to error directory
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-11-07 15:07:56 +01:00
Janos SUTO
6af77bf0f1 src: timeout check fix
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-11-05 16:17:56 +01:00
Janos SUTO
9646225ae9 src: fixing aborted connection handling, mostly from o365
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-11-05 08:35:01 +01:00
Janos SUTO
20d41eb261 src: improved sessin logging
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-11-04 15:34:34 +01:00
Janos SUTO
c96693f98f piler-smtp wont scare users with epoll error if the remote end just disconnected
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-11-01 07:54:16 +01:00
Thomas Helmrich
677abfe295 Merged in gigabit-th/piler/fix-html_lang (pull request #15)
set html lang to the configured one
2017-10-31 12:21:58 +00:00
Thomas Helmrich
461f15c004 set html lang to the configured one 2017-10-31 11:22:53 +01:00
Janos SUTO
2e801d149a moved config.php.in to the base dir
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-10-29 11:18:32 +01:00
Janos SUTO
2cc0dd65fc gui: move config-site.php to $sysconfdir/piler directory
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-10-29 11:01:39 +01:00
Janos SUTO
0232f3cb81 bumped version to 1.3.2
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-10-29 08:32:46 +01:00
Janos SUTO
052a93fc3d src: dir import fix #3
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-10-28 22:33:47 +02:00
Janos SUTO
7b0f93edf6 src: dir import fix #2
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-10-28 22:27:33 +02:00
Janos SUTO
8d41af27d0 src: fixed recursive directory import
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-10-28 22:13:08 +02:00
Janos SUTO
d3e2de3ada gui: piler_mime_decode fix
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-10-28 12:32:30 +02:00
Janos SUTO
def0496502 gui: added unit tests for Piler_Mime_Decoder class
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-10-22 21:45:10 +02:00
Janos SUTO
698cc86548 introduced a simplified mime decoder class
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-10-22 21:37:40 +02:00
Janos SUTO
445e6e96bd src: fix the smtp protocol handling
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-10-18 20:34:51 +02:00
Janos SUTO
6522d64bd7 gui: restore fix for auditor
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-09-23 17:13:29 +02:00
Janos SUTO
cc4e2d6f6a util: minor fixes in postinstall.sh.in
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-09-23 17:12:54 +02:00
Janos SUTO
63dd22f1e5 util: fixed bare new line in automated search
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-09-22 18:25:26 +02:00
Janos SUTO
33efacfdaa util: automated-search.php fix
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-09-09 20:13:19 +02:00
Janos SUTO
c821e2a892 cron: fix for generate_stats.php cro job
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-09-09 20:12:22 +02:00
Janos SUTO
899ee9ab7a util: postinstall fix
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-09-09 20:11:48 +02:00
Janos SUTO
578863ec90 gui: remove session.cookie_domain settings
Signed-off-by: Janos SUTO <sj@acts.hu>
2017-09-09 10:29:08 +02:00