aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/maillist.lua
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Reformat all Lua code, no functional changesVsevolod Stakhov2023-08-071-5/+8
|
* [Minor] Maillist: Add `nice` flagVsevolod Stakhov2022-05-201-1/+2
|
* [Minor] Maillist: Remove old maillist typeVsevolod Stakhov2022-05-201-43/+0
|
* [Minor] Maillist: Relax rules for subscribe/unsubscribe slightlyVsevolod Stakhov2022-05-201-4/+0
|
* [Minor] Maillist: Fix checks logicVsevolod Stakhov2022-05-071-1/+1
|
* [Minor] Add one more header to the list check function + reworkVsevolod Stakhov2022-04-291-46/+36
| | | | Issue: #4132
* [Minor] Update more copyright years/emailVsevolod Stakhov2022-03-271-1/+1
|
* Spelling (#4086)Josh Soref2022-02-221-1/+1
| | | [Rework] Massive spelling fix from @jsoref
* [Minor] Use task:has_header instead of task:get_headerAnton Yuzhaninov2020-12-221-11/+1
| | | | Use task:has_header() to check if header is exists.
* [Minor] Improve debug logs in check_generic_list_headersAnton Yuzhaninov2020-08-081-20/+19
| | | | And small style improvements.
* [Minor] Improve mailman mailing list detectionAnton Yuzhaninov2020-08-081-43/+45
|
* [Minor] Update headers used by subscribe.ruAnton Yuzhaninov2020-08-081-18/+12
| | | | | Notably Precedence header no longer used and web links use https. While here improve style.
* Merge pull request #3093 from whataboutpereira/maillist-typoVsevolod Stakhov2019-10-161-1/+1
|\ | | | | List-Unsubscribe debug message typo fix.
| * List-Unsubscribe debug message typo fix.Reio Remma2019-10-161-1/+1
| |
* | Fix maillist checks to catch Google Groups which don't have List-Subscribe ↵Reio Remma2019-10-161-1/+3
|/ | | | header.
* [Minor] Maillist: Fix some issuesVsevolod Stakhov2019-07-171-14/+21
|
* [Feature] Maillist: Improve detectionVsevolod Stakhov2019-07-171-41/+61
| | | | Issue: #2964
* [Minor] Remove too long strings in Lua codeVsevolod Stakhov2018-12-231-2/+4
|
* [Fix] Fix for CommuniGate Pro maillistAndrey Igoshin2018-06-111-1/+1
|
* [Fix] Detection of maillist optimized and fixedJean-Louis Dupond2017-07-141-23/+8
| | | | | | Some maillists were not detected correctly. Because by default all mails were checked for 'List-Unsubscribe' and 'List-Post' headers. But those headers do not exist on all maillists. For example majordomo detection was broken because of this.
* [Minor] Massive spelling correctionAlexander Moisseev2017-06-271-1/+1
| | | | by a bot https://github.com/ka7/misspell_fixer
* [Fix] Detect confighelp in plugins initialisationVsevolod Stakhov2017-04-221-0/+4
|
* [Minor] Slightly optimise maillist pluginVsevolod Stakhov2017-04-121-16/+18
|
* [Minor] Lint Lua plugins & global functionsAndrew Lewis2016-11-141-2/+1
|
* [Minor] Remove one more globalAndrew Lewis2016-11-071-1/+1
|
* Revert "[Feature] Add common way to disable Lua modules"Andrew Lewis2016-09-051-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f552edd887794a5086dcf93d36f8f82d83553196. Conflicts: src/plugins/lua/antivirus.lua src/plugins/lua/asn.lua src/plugins/lua/dcc.lua src/plugins/lua/dmarc.lua src/plugins/lua/emails.lua src/plugins/lua/forged_recipients.lua src/plugins/lua/greylist.lua src/plugins/lua/hfilter.lua src/plugins/lua/ip_score.lua src/plugins/lua/maillist.lua src/plugins/lua/mime_types.lua src/plugins/lua/multimap.lua src/plugins/lua/once_received.lua src/plugins/lua/ratelimit.lua src/plugins/lua/rbl.lua src/plugins/lua/replies.lua src/plugins/lua/rspamd_update.lua src/plugins/lua/trie.lua src/plugins/lua/whitelist.lua
* [Minor] Use infox instead of info in loggingVsevolod Stakhov2016-09-041-1/+1
|
* [Feature] Add common way to disable Lua modulesAndrew Lewis2016-09-011-1/+6
|
* [Feature] Use new version of register_symbol in rspamd pluginsVsevolod Stakhov2016-04-221-7/+6
|
* [Feature] Add generic maillist detectorVsevolod Stakhov2016-04-051-3/+14
| | | | | Issue: #584 Reported by: @piwats
* [Fix] Fix rfc2369 maillists detectionVsevolod Stakhov2016-04-051-9/+5
|
* Switch the rest to apache 2Vsevolod Stakhov2016-02-041-19/+9
|
* Erm, forgot to add the real fix to google groupsVsevolod Stakhov2016-01-221-1/+5
|
* Fix googlegroups support in maillist pluginVsevolod Stakhov2016-01-221-170/+170
|
* Clarify copyright for lua plugins.Vsevolod Stakhov2015-02-131-0/+26
|
* Fix maillist.Vsevolod Stakhov2014-09-031-1/+1
|
* Fix maillist plugin.Vsevolod Stakhov2014-09-031-66/+58
|
* Modernize maillist plugin.Vsevolod Stakhov2014-08-251-11/+11
|
* * Improve maillist plugin to detect majordomo, cgp and google groupsVsevolod Stakhov2011-05-111-2/+87
|
* * Add versions to lua APIVsevolod Stakhov2010-12-221-1/+5
| | | | * Provide compatibility for lua plugins for old versions of rspamd
* Add registering options for lua modulesVsevolod Stakhov2010-12-141-1/+2
| | | | * Add ability to output colored messages for file and console loggers
* * Change metric logicVsevolod Stakhov2010-06-161-10/+4
| | | | | | | * Completely remove lex/yacc readers for config * Make common sense of metric/action and symbols * Sync changes with all plugins TODO: add this to documentation
* * Add maillist plugin for detecting mailmain/ezml and subscribe.ru listscebka@lenovo-laptop2010-02-011-0/+179