Change Log¶
Making it easier to manage DMARC reports
Designed to quickly and easily import DMARC reports.
Change Log¶
Version 0.3.1 (2016-09-08)¶
Add application/gzip
Version 0.3.0 (2016-09-07)¶
- Bump version to 0.3.0
- Add gzip handling
- Refactor to use argparse
- Refactor code
Note change to arguments requiring email or xml and either can be - for stdin
Version 0.2.2 (2016-08-31)¶
- Bump version to 0.2.2
- Remove dependency on django.conf.urls.patterns
Version 0.2.1 (2016-08-31)¶
- Bump minimum Django version to 1.8
- Improve processing descriptions
Version 0.2.0 (2016-08-03)¶
Add error checking and saving for bad zipfile
Version 0.1.10 (2015-04-22)¶
- Added reference to Bootstrap styles (Thanks Jan (linjan))
- Add sample report
Version 0.1.9 (2015-03-28)¶
Fix AttributeError: ‘Element’ object has no attribute ‘getroot’
Version 0.1.8 (2015-03-27)¶
- Fix reference before assignment
- Add save original XML report
Version 0.1.7 (2015-03-17)¶
- Save XML with test
- Add Logging
- Supress email errors
Version 0.1.6 (2015-03-13)¶
Fix missing self (Lukas Pühringer)
Version 0.1.5 (2015-03-11)¶
- Optimise prefetch
Version 0.1.4 (2015-03-10)¶
- Fix report closing tags
Version 0.1.3 (2015-03-07)¶
- Allow duplicate Records
Version 0.1.2 (2015-03-03)¶
- Added a dmarc report
Version 0.1.1 (2015-03-01)¶
- Improved documentation
Version 0.1.0 (2015-02-28)¶
- Project created
Copyright¶
Django DMARC and this documentation is Copyright (c) 2015-2016, Persistent Objects Ltd. All rights reserved.
License¶
This documentation is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/.
Copyright (c) 2015-2016, Persistent Objects Ltd. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY PERSISTENT OBJECTS LTD AND CONTRIBUTORS ‘AS IS’ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FREEBSD PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of Persistent Objects Ltd.