Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Minor] Yield DMARC_NA when From header is missing | Andrew Lewis | 2016-08-30 | 1 | -17/+53 | |
| | | | | | - Also make DMARC symbols configurable - Register some additional symbols | |||||
* | [Feature] Add DMARC_NA symbol | Andrew Lewis | 2016-08-26 | 1 | -24/+34 | |
| | | | | - Also allow forcing action on DMARC_NA; DMARC_DNSFAIL; DMARC_BAD_POLICY | |||||
* | [Feature] Yield DMARC_DNSFAIL on lookup failure | Andrew Lewis | 2016-08-25 | 1 | -12/+25 | |
| | ||||||
* | [Fix] DMARC: Fix alignment checking for subdomains | Andrew Lewis | 2016-08-22 | 1 | -6/+4 | |
| | ||||||
* | [Minor] Fix log message | Andrew Lewis | 2016-08-21 | 1 | -1/+1 | |
| | | | | - Also clean up X_PHP_EVAL rule | |||||
* | [Fix] Disable DMARC for local/authorized mail | Vsevolod Stakhov | 2016-08-21 | 1 | -0/+5 | |
| | ||||||
* | [Fix] DMARC: deal with missing and spurious spaces | Andrew Lewis | 2016-08-19 | 1 | -6/+1 | |
| | ||||||
* | [Fix] Fix processing of last element of DMARC policies | Andrew Lewis | 2016-08-05 | 1 | -4/+9 | |
| | ||||||
* | [Fix] Fix DMARC_BAD_POLICY symbol | Andrew Lewis | 2016-08-02 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Allow for setting action based on DMARC disposition | Andrew Lewis | 2016-07-31 | 1 | -0/+9 | |
| | ||||||
* | [Feature] Add DMARC_BAD_POLICY symbol when DMARC policy was invalid | Andrew Lewis | 2016-07-31 | 1 | -8/+10 | |
| | ||||||
* | [Fix] Allow for disabling DMARC reporting when Redis is configured | Andrew Lewis | 2016-07-06 | 1 | -9/+16 | |
| | | | | | | - Also disable this by default - Added disposition to report information - Reports should be stored for mail that passed DMARC too | |||||
* | [Feature] Use new redis API in DMARC plugin | Vsevolod Stakhov | 2016-06-22 | 1 | -9/+13 | |
| | ||||||
* | [Feature] Enable forced resolving for some lua plugins | Vsevolod Stakhov | 2016-06-13 | 1 | -3/+6 | |
| | | | | | Issue: #661 Reported by: @FelixSchwarz | |||||
* | [Feature] Use universal redis definitions in rspamd plugins | Vsevolod Stakhov | 2016-05-28 | 1 | -8/+3 | |
| | ||||||
* | [Feature] Use new version of register_symbol in rspamd plugins | Vsevolod Stakhov | 2016-04-22 | 1 | -6/+27 | |
| | ||||||
* | [Fix] Use caseless comparison in dmarc module | Vsevolod Stakhov | 2016-03-07 | 1 | -8/+8 | |
| | ||||||
* | Use has symbol when no need to get extra data for a symbol | Vsevolod Stakhov | 2016-02-08 | 1 | -1/+1 | |
| | ||||||
* | Drop unneeded `require` | Andrew Lewis | 2016-02-05 | 1 | -1/+0 | |
| | ||||||
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 1 | -22/+12 | |
| | ||||||
* | Some fixes to the default configuration | Vsevolod Stakhov | 2016-01-16 | 1 | -1/+1 | |
| | ||||||
* | Do not parse URLs for getting TLD in lua | Vsevolod Stakhov | 2015-12-21 | 1 | -6/+2 | |
| | ||||||
* | Fix plugins | Vsevolod Stakhov | 2015-11-20 | 1 | -1/+1 | |
| | ||||||
* | Check from returned more precisely | Vsevolod Stakhov | 2015-11-16 | 1 | -19/+19 | |
| | ||||||
* | Improve dkim domains validation for DMARC | Vsevolod Stakhov | 2015-09-17 | 1 | -7/+9 | |
| | ||||||
* | Fix variable name. | Vsevolod Stakhov | 2015-09-14 | 1 | -2/+2 | |
| | ||||||
* | Rework dmarc to the dependencies system. | Vsevolod Stakhov | 2015-09-14 | 1 | -5/+9 | |
| | ||||||
* | Change separators to commas to avoid issues with ipv6. | Vsevolod Stakhov | 2015-09-10 | 1 | -1/+1 | |
| | ||||||
* | Update logging in lua modules. | Vsevolod Stakhov | 2015-09-01 | 1 | -6/+6 | |
| | ||||||
* | Fix lua plugins with the new DNS API. | Vsevolod Stakhov | 2015-07-21 | 1 | -6/+16 | |
| | ||||||
* | Fix DMARC plugin. | Vsevolod Stakhov | 2015-04-20 | 1 | -19/+29 | |
| | ||||||
* | DMARC: check for subdomain policy | Andrew Lewis | 2015-04-18 | 1 | -18/+33 | |
| | ||||||
* | DMARC: Abort processing on policy failure (where this is not happening already) | Andrew Lewis | 2015-04-16 | 1 | -0/+2 | |
| | ||||||
* | DMARC: handle relaxed policy; return policy domain with symbol | Andrew Lewis | 2015-04-16 | 1 | -9/+17 | |
| | ||||||
* | DMARC: more RFC-strictness; partial support for subdomain policies; return ↵ | Andrew Lewis | 2015-04-16 | 1 | -14/+47 | |
| | | | | domain with symbol | |||||
* | Use tld when checking for DMARC policy. | Vsevolod Stakhov | 2015-04-15 | 1 | -4/+8 | |
| | ||||||
* | DMARC: Allow bogus backslashes in policy records; ignore non policy records; ↵ | Andrew Lewis | 2015-04-08 | 1 | -8/+25 | |
| | | | | fail on multiple policy records | |||||
* | Remove debug knob. | Vsevolod Stakhov | 2015-04-07 | 1 | -1/+1 | |
| | ||||||
* | DMARC: Check DKIM alignment | Andrew Lewis | 2015-04-05 | 1 | -15/+12 | |
| | ||||||
* | DMARC: allow either of SPF/DKIM to yield pass; check From header alignment; ↵ | Andrew Lewis | 2015-04-04 | 1 | -16/+50 | |
| | | | | add _SOFTFAIL and _QUARANTINE symbols; support 'pct' | |||||
* | Add preliminary version of DMARC plugin. | Vsevolod Stakhov | 2015-04-03 | 1 | -0/+196 | |