Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #87369

Re: Django-DMARC making it easier to manage DMARC reports - Beta 0.1.3 on PyPI

Path csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'subject:Django': 0.03; 'importing': 0.05; 'incompatible': 0.07; 'deploy': 0.09; 'resolved,': 0.09; 'subject:PyPI': 0.09; 'cc:addr :python-list': 0.11; 'django': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'pypi.': 0.16; 'subject: \n ': 0.16; 'subject:making': 0.16; 'subject:reports': 0.16; 'wrote:': 0.18; 'implementing': 0.19; 'cc:addr:python.org': 0.22; 'mon,': 0.24; 'cc:2**0': 0.24; 'pass': 0.26; 'header:In-Reply-To:1': 0.27; 'reporting': 0.29; 'evaluation': 0.30; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'aims': 0.31; 'alan': 0.31; 'dropped': 0.31; 'servers.': 0.31; 'another': 0.32; 'url:python': 0.33; 'announce': 0.33; 'received:google.com': 0.35; 'format.': 0.36; 'url:org': 0.36; 'reports': 0.37; 'project': 0.37; 'easily': 0.37; 'feedback': 0.38; 'gmail': 0.38; 'lists.': 0.38; 'pm,': 0.38; 'mailing': 0.39; 'either': 0.39; 'monitoring': 0.61; 'more': 0.64; 'mar': 0.68; '2015': 0.84; 'subject:Beta': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=OGa7fI/4Jvvt8c1fcDR85NXMZ93oWyEifFSXhAf2EI4=; b=Nr+33wOxpQ3bqtxjla3qtQDU1xnpk0zzGlz5CwDSvbGFDRooAlxePWci4geOzcB9gF 4bJQTQuQL0dq15k1HV740FxEvpKJUGpBzcYwqGcYzoXMw0YgLEYCSzcmPOiQJY9IJUSQ Z6ZOkdhTj5jCHv7SlFrSgMEp/KN0w7UFtkIdnr2HwffWS3o7exkIFQbH0Zuh0qfLjkFY S9JI1iKtmah2rXvX8W4+ALSDHhfk79h+T6+W5g+hbyzQ/EKibH/toZdjBs1BMKNU3JOV PQzncllY3OuJCfzLZAbJtD34qiOd9P3t2WN1Rve4TIeJL20iiTyYVdbeI5JlrxdTaibk QfKQ==
MIME-Version 1.0
X-Received by 10.50.79.161 with SMTP id k1mr82624570igx.14.1426247890711; Fri, 13 Mar 2015 04:58:10 -0700 (PDT)
In-Reply-To <54FD72F8.3080706@p-o.co.uk>
References <54FD72F8.3080706@p-o.co.uk>
Date Fri, 13 Mar 2015 22:58:10 +1100
Subject Re: Django-DMARC making it easier to manage DMARC reports - Beta 0.1.3 on PyPI
From Chris Angelico <rosuav@gmail.com>
To Alan Hicks <ahicks@p-o.co.uk>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.19
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.321.1426247894.21433.python-list@python.org> (permalink)
Lines 17
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1426247894 news.xs4all.nl 2872 [2001:888:2000:d::a6]:42246
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:87369

Show key headers only | View raw


On Mon, Mar 9, 2015 at 9:16 PM, Alan Hicks <ahicks@p-o.co.uk> wrote:
> With defending reputations as important as receiving email I'm pleased to
> announce another beta of django-dmarc 0.1.3 is released to PyPI.
> https://pypi.python.org/pypi/django-dmarc
>
> The Django DMARC project aims to help with implementing DMARC "Domain-based
> Message Authentication, Reporting & Conformance" and ongoing monitoring by
> importing feedback reports about messages that pass and/or fail DMARC
> evaluation into a more easily digested format.

Welcome to irony. Your message got dropped into my Gmail spam box
because DMARC is incompatible with mailing lists.

Until that can be resolved, I don't want to deploy either end of DMARC
for any of my domains or mail servers.

ChrisA

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Django-DMARC making it easier to manage DMARC reports - Beta 0.1.3 on PyPI Chris Angelico <rosuav@gmail.com> - 2015-03-13 22:58 +1100

csiph-web