aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Another refcount fixVsevolod Stakhov2016-07-071-4/+4
|
* [Fix] Fix start of body detection in DKIMVsevolod Stakhov2016-07-071-8/+44
|
* [Fix] Fix dkim private keys operationsVsevolod Stakhov2016-07-072-2/+5
|
* Merge pull request #706 from moisseev/check_extensionVsevolod Stakhov2016-07-071-23/+16
|\ | | | | Fixes for check_mime_type function
| * [Minor] Do not pollute symbol options with (long) filenamesAlexander Moisseev2016-07-071-4/+4
| |
| * [Fix] Fix next-to-last extension length checkAlexander Moisseev2016-07-071-20/+13
| | | | | | | | | | | | - Insert `symbol_bad_extension` even if length check fails for double extension - Use extension length check with non-archive bad extensions as well - Optimize check_mime_type funtion code
* | Merge pull request #705 from fatalbanana/dmarcVsevolod Stakhov2016-07-072-36/+47
|\ \ | | | | | | Allow for disabling DMARC reporting when Redis is configured globally
| * | [Doc] Update & rework DMARC module docsAndrew Lewis2016-07-061-27/+31
| | |
| * | [Fix] Allow for disabling DMARC reporting when Redis is configuredAndrew Lewis2016-07-061-9/+16
| | | | | | | | | | | | | | | | | | - Also disable this by default - Added disposition to report information - Reports should be stored for mail that passed DMARC too
* | | Merge pull request #704 from AlexeySa/patch-10Vsevolod Stakhov2016-07-071-2/+2
|\ \ \ | |_|/ |/| | [Fix] Fix redis set request in replies plugin
| * | Update replies.luaAlexey AL2016-07-061-1/+1
| | |
| * | [Fix] Fix redis set request in replies pluginAlexey AL2016-07-061-2/+2
|/ /
* | [Fix] Fix parsing of rarv5 archivesVsevolod Stakhov2016-07-061-30/+48
| | | | | | | | | | Issue: #703 Reported by: @moisseev
* | Merge pull request #702 from moisseev/mime_typesVsevolod Stakhov2016-07-061-2/+4
|\ \ | | | | | | [Minor] Do not treat numbers as extensions in archived file names
| * | [Minor] Do not treat numbers as extensions in archived file namesAlexander Moisseev2016-07-061-2/+4
| | | | | | | | | | | | Do not insert 'MIME_DOUBLE_BAD_EXTENSION' sybmol if next-to-last extension is a number.
* | | Merge pull request #701 from fatalbanana/luaVsevolod Stakhov2016-07-061-1/+1
|\ \ \ | | |/ | |/| [Fix] Fix rspamd_redis_make_request syntax in replies plugin
| * | [Fix] Fix rspamd_redis_make_request syntax in replies pluginAndrew Lewis2016-07-051-1/+1
| |/
* | [Feature] Show DKIM signature in rspamc clientVsevolod Stakhov2016-07-061-0/+4
| |
* | [Feature] Send DKIM signature to protocol replyVsevolod Stakhov2016-07-061-0/+8
| |
* | [Feature] Implement dkim signing in dkim check pluginVsevolod Stakhov2016-07-062-1/+154
| |
* | [Fix] Fix body start positionVsevolod Stakhov2016-07-061-4/+12
| |
* | [Minor] Further adjustmentsVsevolod Stakhov2016-07-051-3/+3
|/
* [Minor] Slightly adjust multipliers for M$ Word and PDF filesVsevolod Stakhov2016-07-051-4/+4
|
* [Feature] Support DKIM signingVsevolod Stakhov2016-07-052-178/+426
|
* [Fix] Fix writing of HTTP messagesVsevolod Stakhov2016-07-051-1/+2
|
* [Fix] Always use shmem on linuxVsevolod Stakhov2016-07-051-40/+46
|
* [Fix] Fix files fallback for shmem transferVsevolod Stakhov2016-07-051-7/+16
|
* [Fix] Add filenames sanity filtering for mime typesVsevolod Stakhov2016-07-051-3/+14
|
* [Minor] Fix couple of warnings and disable -pedantic modeVsevolod Stakhov2016-07-0512-44/+42
|
* [Fix] Fix potential NULL dereferenceVsevolod Stakhov2016-07-051-0/+5
|
* [Feature] Add new symbols to filter bad extensions in messagesVsevolod Stakhov2016-07-052-22/+156
| | | | | | | * MIME_ENCRYPTED_ARCHIVE - encrypted archive has been found * MIME_ARCHIVE_IN_ARCHIVE - archive is enclosed within another archive * MIME_DOUBLE_BAD_EXTENSION - double extension to hide something * MIME_BAD_EXTENSION - bad extension in attachement or archive
* [Fix] Fix whitelists and blacklists in SA rulesVsevolod Stakhov2016-07-051-2/+2
|
* [Feature] Store more information about compressed filesVsevolod Stakhov2016-07-054-26/+132
|
* [Feature] Add rar v4 supportVsevolod Stakhov2016-07-051-2/+142
|
* [Feature] Add preliminary rarv5 supportVsevolod Stakhov2016-07-042-5/+234
|
* [Fix] Avoid `table.getn` method as it has been removed in lua 5.3Vsevolod Stakhov2016-07-042-4/+4
| | | | | Issue: #697 Reported by: @jessbo
* [Feature] Add better zip files search algorithmVsevolod Stakhov2016-07-041-3/+36
|
* [Fix] Match archive name as wellVsevolod Stakhov2016-07-041-5/+5
|
* [Feature] Support archives when matching patterns in multimapVsevolod Stakhov2016-07-041-8/+20
|
* [Feature] Add new utility methods to mimepart objectVsevolod Stakhov2016-07-041-4/+167
|
* [Feature] Add lua API for getting info from archivesVsevolod Stakhov2016-07-041-2/+154
|
* [Fix] Include some more information about archivesVsevolod Stakhov2016-07-042-0/+4
|
* [Feature] Support archive files list extractionVsevolod Stakhov2016-07-044-1/+219
|
* [Rework] Remove dedicated images listVsevolod Stakhov2016-07-048-69/+59
|
* [Rework] Rename mime parts structuresVsevolod Stakhov2016-07-0418-96/+105
|
* [Feature] Support EXIF jpeg imagesVsevolod Stakhov2016-07-041-2/+4
|
* [Minor] Adjust array size for fuzzy commandsVsevolod Stakhov2016-07-041-1/+1
|
* [Fix] Avoid double hashing for imagesVsevolod Stakhov2016-07-041-8/+0
|
* Merge pull request #694 from moisseev/phishing-FQDNVsevolod Stakhov2016-07-032-3/+6
|\ | | | | [Feature] Supprort FQDNs in phishing module maps
| * Fix typoAlexander Moisseev2016-07-031-2/+2
| |