Son
|
372466ab06
|
do not use flask-sqlalchemy
- add __tablename__ for all models
- use sa and orm instead of db
- rollback all changes in tests
- remove session in @app.teardown_appcontext
|
2021-10-12 14:36:47 +02:00 |
|
Son Nguyen Kim
|
1d09d76cb2
|
use re2 instead of re to avoid ReDOS attack
|
2021-09-21 10:57:36 +02:00 |
|
Son Nguyen Kim
|
5ac78f2694
|
reformat
|
2021-09-08 11:29:55 +02:00 |
|
Renaud Boyer
|
5d948faf56
|
black
|
2020-12-06 22:11:58 +01:00 |
|
Renaud Boyer
|
fad64ff064
|
linting
|
2020-12-06 18:00:41 +01:00 |
|
Son NK
|
0224e5f8a6
|
Fix SpamAssassin: init all class fields
|
2020-11-18 10:28:32 +01:00 |
|
Son NK
|
0a4fc76b61
|
optimize import
|
2020-10-15 16:45:28 +02:00 |
|
Son NK
|
cbdcab7d24
|
handle the ValueError in SpamAssassin
|
2020-09-30 17:24:03 +02:00 |
|
Son NK
|
770b15aba3
|
do not hardcode spamd user
|
2020-09-30 14:01:49 +02:00 |
|
Son NK
|
6a4622fca9
|
replace cx42 by spamd for SpamAssassin
get rid of "info: spamd: handle_user (userdir) unable to find user: 'cx42'" error
|
2020-09-30 12:47:39 +02:00 |
|
Son NK
|
8ed619687f
|
ignore UnicodeDecodeError when parsing SpamAssassin response
|
2020-09-30 12:00:05 +02:00 |
|
Son NK
|
91e3cc5dcb
|
able to set a different host than 127.0.0.1 and apply black format
|
2020-09-30 10:32:21 +02:00 |
|
Son NK
|
078368362c
|
copy spamassassin client code from https://github.com/petermat/spamassassin_client
|
2020-09-30 10:29:52 +02:00 |
|