Dada Mail Developers Archives

 

Re: another small modification to the bounce handler

May 7th 2012 UTC

On May 7, 2012, at 6:10 PM, Frans Gouverne wrote: > One of the attachments of a bounced message contains: > > Reporting-MTA: dns; mailfe07.swip.net > > Original-Recipient: rfc822; > Final-Recipient: LOCAL; > Action: failed > Status: 4.0.0 > Diagnostic-Code: smtp;account is full (quota exceeded) None of the emails I have in the corpus has a, Final-Recipient header, if you want to send over the entire bounce, I'll add it in there. And as Moshe wrote, forking Dada Mail, making some changes ...Continue Reading

Re: another small modification to the bounce handler

May 7th 2012 UTC

Frans,You should consider forking Justin's repository on GitHub (https://github.com/justingit/dada-mail), making your changes, and submitting a pull request. AFAIK, that is the easiest way if you want to get these changes incorporated.You could also open a bug there and attavh your changes to the bug for easier tracking. Moshe--Moshe Katz-- moshe@PROTECTED-- +1(301)867-3732 On Mon, May 7, 2012 at 8:11 PM, Frans Gouverne <fransgnl@PROTECTED> wrote: One of the attachments of a bounced message contains:/Reporting ...Continue Reading

Re: bounce handler does not recognize Content-Type: text/rfc822-headers

May 7th 2012 UTC

On May 7, 2012, at 10:35 AM, Frans Gouverne wrote: > To fool the MIME parser, I added the following line in sub parse_bounce: > > #change text/rfc822-headers into message/rfc822 > $message =~ s|Content-Type: text/rfc822-headers|Content-Type: message/rfc822|g; > > eval { $entity = $parser->parse_data($message) }; > [etc] > > seems to be working... This is what I tried: https://gist.github.com/2631381 So, instead of hacking the message, I just made it look for t ...Continue Reading

another small modification to the bounce handler

May 7th 2012 UTC

One of the attachments of a bounced message contains:/Reporting-MTA: dns; mailfe07.swip.net//Original-Recipient: rfc822;<email@PROTECTED> Final-Recipient: LOCAL;<cxu-63m-x6e@PROTECTED>Action: failedStatus: 4.0.0Diagnostic-Code: smtp;account is full (quota exceeded)/The bounce handler takes cxu-63m-x6e@PROTECTED (the Final-Recipient) as the email address which is not correct here: it should be email@PROTECTED (Original-Recipient). It looks like, when LOCAL is involved, the Original-Recipient is more reliabl ...Continue Reading

Re: bounce handler does not recognize Content-Type: text/rfc822-headers

May 7th 2012 UTC

To fool the MIME parser, I added the following line in sub parse_bounce:#change text/rfc822-headers into message/rfc822      $message =~ s|Content-Type: text/rfc822-headers|Content-Type: message/rfc822|g;        eval { $entity = $parser->parse_data($message) };    [etc]seems to be working...2012/5/7 Frans Gouverne <fransgnl@PROTECTED> Hi Justin,I have some bounced emails (using Amazon SES) which do use text/rfc822-headers as the Content-Type for th ...Continue Reading

bounce handler does not recognize Content-Type: text/rfc822-headers

May 7th 2012 UTC

Hi Justin,I have some bounced emails (using Amazon SES) which do use text/rfc822-headers as the Content-Type for the attachment. This is not recognized by sub  "find_list_in_list_headers" and as a result the list cannot be found. Is there a workaround for this? I tried to modify the test like:  if ( $entity->head->mime_type eq 'message/rfc822' | $entity->head->mime_type eq 'text/rfc822-headers' ) but then I get an error on the line:    my $list_header = $entity->head-& ...Continue Reading

Re: bounce handler - Amazon SES

May 7th 2012 UTC

2012/5/6 Justin J <justin@PROTECTED> Can you send over a complete bounce message, headers and all? Here it is, I only changed the email and domain names for privacy reasons. There are 3 parts: the bounced email itself and two attachments:*BOUNCED EMAIL:*Return-path: <> Envelope-to: bounces@PROTECTEDDelivery-date: Wed, 25 Apr 2012 15:16:56 +0200Received: from mail by server087.totalin.net with spam-scanned (Exim 4.60)   id 1SN25W-0004RX-Up     for bounces@PROTECTED; Wed, 25 Apr 201 ...Continue Reading

Dada Mail v5.0.3 Released

May 6th 2012 UTC

Hello Everyone, v5.0.3 has been released: http://dadamailproject.com/support/documentation-5_0_3/install_dada_mail.pod.html Here's the changelog, 5.0.3 ----- Summary 5.0.3 -------------- This release contains primarily bugfixes found in the v5.0.2 release of Dada Mail. Many of the issues fix deal with Discussion Mailing Lists If upgrading from v5.0.0 - v5.0.2, you will not need to create a new config file. Changes 5.0.3 -------------- * Small List, Admin Template Changes The, following meta tag was added to ...Continue Reading

Re: bounce handler - Amazon SES

May 6th 2012 UTC

Can you send over a complete bounce message, headers and all? ...Continue Reading

bounce handler - Amazon SES

May 6th 2012 UTC

Hi Justin,I am using Amazon SES smtp server to send emails. Recently I got several bounced messages from Amazon SES which are not recognized by the bounce handler. As far as I can see, the main problem is that the actual reason for the bounce is only listed in the message body, like: The users mailfolder is over the allowed quota (size).and no attachment is present.Or, another Amazon bounced message body says:maildir delivery failed: error writing message: Disk quota exceeded while the attachment of the bounced messag ...Continue Reading
  • This mailing list is a public mailing list - anyone may join or leave, at any time.
  • This mailing list is a group discussion list (unmoderated)
  • Start a new thread, email: dadadev@dadamailproject.com

This is the developer discussion mailing list for Dada Mail.

If you are just looking for support Dada Mail, consult the message boards at:

https://forum.dadamailproject.com

Documentation for Dada Mail:

https://dadamailproject.com/d

Specifically, see the Error FAQ:

https://dadamailproject.com/d/FAQ-errors.pod.html

To post to this list, send a message to:

mailto:dadadev@dadamailproject.com

All subscribers of this list may post to the list itself.

Topics that are welcome:

  • Constructive critiques on the program (I like, "x", but, "y" needs some work - here's an idea on how to make this better...)
  • Bug/Error reports
  • Bug fixes
  • Request For Comments on any changes to the program
  • Help customizing Dada Mail for your own needs
  • Patches
  • Language Translations
  • Support Documentation/Doc editing, FAQ's, etc.
  • Discussion of any changes that you would like to be committed to the next version of Dada Mail -

Dada Mail is on Github:

https://github.com/justingit/dada-mail/

If you would like to fork, branch, send over PRs, open up issues, etc.

Privacy Policy:

This Privacy Policy is for this mailing list, and this mailing list only.

Email addresses collection through this mailing list are used explicitly to work within this email discussion list.

We only collect email addresses through our Closed-Loop Opt-In system.

We don't use your email address for any other purpose.

We won't be sharing your email address with any other entity.

Unsubscription can be done at any time. Please contact us at: justin@dadamailproject.com for any help regarding your subscription, including removal from the mailing list.

All mailing list messages sent from us will include a subscription removal link, which will allow you to remove yourself from this mailing list automatically, and permanently.

All consent to use your email address for any other purpose stated at the time of the mailing list subscription will also be revoked upon mailing list removal.