[libmail-deliverystatus-bounceparser-perl] branch master updated (351d17e -> e79bce6)

gregor herrmann gregoa at debian.org
Fri Feb 12 21:03:26 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libmail-deliverystatus-bounceparser-perl.

      from  351d17e   update changelog
      adds  6322bc7   specify the minimum version of Perl
      adds  9b15008   documented stdin parsing, fixed typos, wrong quotes.
      adds  be7e6c6   factored out TestBounceParser, merged message-too-large*.t, quota*.t
      adds  5688462   merge non-bounce tests
      adds  9b672fc   added POD to TestBounceParser
      adds  854b438   added closing cut
      adds  73c9c7a   merge mephinet's test simplification branch
      adds  83c5c33   prepare next release
      adds  d06d926   Imported Upstream version 1.542
       new  a7684df   Merge tag 'upstream/1.542'
       new  4a4ef76   Update debian/changelog
       new  54e5534   Update years of packaging copyright.
       new  5f8b704   Declare compliance with Debian Policy 3.9.7.
       new  e79bce6   releasing package libmail-deliverystatus-bounceparser-perl version 1.542-1

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                 |   6 +
 MANIFEST                                |  20 +-
 META.json                               |   5 +-
 META.yml                                |   3 +-
 Makefile.PL                             |   5 +
 README                                  |   2 +-
 debian/changelog                        |  10 +-
 debian/control                          |   2 +-
 debian/copyright                        |   2 +-
 lib/Mail/DeliveryStatus/BounceParser.pm |  10 +-
 lib/Mail/DeliveryStatus/Report.pm       |   2 +-
 t/TestBounceParser.pm                   | 165 +++++++++++++++
 t/aol-attachment.t                      |  43 +---
 t/aol-senderblock.t                     |  34 +---
 t/aol-vacation.t                        |  25 ---
 t/autoreply.t                           |  32 +--
 t/bluebottle.t                          |  25 ---
 t/boxbe.t                               |  25 ---
 t/boxbe2.t                              |  25 ---
 t/iis-multiple-bounce.t                 |  32 +--
 t/junkemailfilter.t                     |  32 +--
 t/malformed-dns.t                       |  35 +---
 t/message-too-large-2.t                 |  29 ---
 t/message-too-large-3.t                 |  29 ---
 t/message-too-large-4.t                 |  29 ---
 t/message-too-large-5.t                 |  29 ---
 t/message-too-large-6.t                 |  29 ---
 t/message-too-large.t                   |  38 ++--
 t/misidentified-recipient.t             |  31 +--
 t/no-message-collected.t                |  24 +--
 t/non-autoreply.t                       |  24 +--
 t/non-bounce.t                          |  28 +++
 t/not-a-relay.t                         |  32 +--
 t/orig-message.t                        |  12 +-
 t/polish-autoreply.t                    |  25 ---
 t/postfix-malformed.t                   |  47 +----
 t/postfix.t                             |  12 +-
 t/quota-2.t                             |  29 ---
 t/quota-4.t                             |  29 ---
 t/quota-5.t                             |  32 ---
 t/quota-6.t                             |  29 ---
 t/quota-7.t                             |  29 ---
 t/quota.t                               |  39 ++--
 t/rcpthosts.t                           |  32 +--
 t/relaying-denied.t                     |  32 +--
 t/spam-bogus-email-in-report.t          |  26 +--
 t/spam-lots-of-bogus-addresses.t        |  26 +--
 t/spam-rejection-uribl.t                |  32 +--
 t/spam-rejection.t                      |  79 +-------
 t/spam-with-image.t                     |  24 +--
 t/spamassassin.t                        |  32 +--
 t/spambouncer.t                         |  32 +--
 t/status-209.t                          |  32 +--
 t/surfcontrol-extra-newline.t           |  32 +--
 t/user-disabled.t                       |  36 +---
 t/various-domain.t                      |  94 ++++-----
 t/various-unknown.t                     | 342 +++++++++++++++-----------------
 t/virus-caused-multiple-weird-reports.t |  26 +--
 t/warnings.t                            |  11 +-
 t/whitelist.t                           |  25 ---
 60 files changed, 671 insertions(+), 1387 deletions(-)
 create mode 100644 t/TestBounceParser.pm
 mode change 100644 => 100755 t/aol-attachment.t
 mode change 100644 => 100755 t/aol-senderblock.t
 delete mode 100644 t/aol-vacation.t
 mode change 100644 => 100755 t/autoreply.t
 delete mode 100644 t/bluebottle.t
 delete mode 100644 t/boxbe.t
 delete mode 100644 t/boxbe2.t
 mode change 100644 => 100755 t/iis-multiple-bounce.t
 mode change 100644 => 100755 t/junkemailfilter.t
 mode change 100644 => 100755 t/malformed-dns.t
 delete mode 100644 t/message-too-large-2.t
 delete mode 100644 t/message-too-large-3.t
 delete mode 100644 t/message-too-large-4.t
 delete mode 100644 t/message-too-large-5.t
 delete mode 100644 t/message-too-large-6.t
 mode change 100644 => 100755 t/message-too-large.t
 mode change 100644 => 100755 t/misidentified-recipient.t
 mode change 100644 => 100755 t/no-message-collected.t
 mode change 100644 => 100755 t/non-autoreply.t
 create mode 100755 t/non-bounce.t
 mode change 100644 => 100755 t/not-a-relay.t
 mode change 100644 => 100755 t/orig-message.t
 delete mode 100644 t/polish-autoreply.t
 mode change 100644 => 100755 t/postfix-malformed.t
 mode change 100644 => 100755 t/postfix.t
 delete mode 100644 t/quota-2.t
 delete mode 100644 t/quota-4.t
 delete mode 100644 t/quota-5.t
 delete mode 100644 t/quota-6.t
 delete mode 100644 t/quota-7.t
 mode change 100644 => 100755 t/quota.t
 mode change 100644 => 100755 t/rcpthosts.t
 mode change 100644 => 100755 t/relaying-denied.t
 mode change 100644 => 100755 t/spam-bogus-email-in-report.t
 mode change 100644 => 100755 t/spam-lots-of-bogus-addresses.t
 mode change 100644 => 100755 t/spam-rejection-uribl.t
 mode change 100644 => 100755 t/spam-rejection.t
 mode change 100644 => 100755 t/spam-with-image.t
 mode change 100644 => 100755 t/spamassassin.t
 mode change 100644 => 100755 t/spambouncer.t
 mode change 100644 => 100755 t/status-209.t
 mode change 100644 => 100755 t/surfcontrol-extra-newline.t
 mode change 100644 => 100755 t/user-disabled.t
 mode change 100644 => 100755 t/various-domain.t
 mode change 100644 => 100755 t/various-unknown.t
 mode change 100644 => 100755 t/virus-caused-multiple-weird-reports.t
 mode change 100644 => 100755 t/warnings.t
 delete mode 100644 t/whitelist.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmail-deliverystatus-bounceparser-perl.git



More information about the Pkg-perl-cvs-commits mailing list