May 7th 2012 PDT
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
May 7th 2012 PDT
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
May 7th 2012 PDT
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
May 7th 2012 PDT
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
May 6th 2012 PDT
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
May 6th 2012 PDT
Can you send over a complete bounce message, headers and all? ...Continue Reading
May 6th 2012 PDT
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
April 23rd 2012 PDT
Hello Everyone, Dada Mail v5.0.2 has been released - http://dadamailproject.com/support/documentation-5_0_2/install_dada_mail.pod.html Changelog: http://dadamailproject.com/support/documentation-5_0_2/changes_5_x.pod.html#5_0_2 5.0.2 ----- Summary 5.0.2 --------------- This release contains primarily bugfixes found in the v5.0.1 release of Dada Mail. Changes 5.0.2 --------------- * Support for CKEditor in Beatitude Missing support for CKEditor in Beatitude has been added. FCKeditor support should work bette ...Continue Reading
April 3rd 2012 PDT
They sure are... Since I've never actually scheduled a mailing for this installation (it was requested by someone else who hasn't used it yet), I don't think it was a large db. Weird, but pretty much the story of my life. ;) Warm regards, Mary Ann On Apr 3, 2012, at 8:41 PM, Justin J wrote: >> >> That seems to have done the trick, thanks. What exactly happened > > Dunno. Computers are complicated things :) Some sort of file incompatibility. I also see this happen when the schedules db file gets ...Continue Reading
April 3rd 2012 PDT
On Apr 3, 2012, at 6:37 PM, Mary Ann Kelley wrote: > > That seems to have done the trick, thanks. What exactly happened Dunno. Computers are complicated things :) Some sort of file incompatibility. I also see this happen when the schedules db file gets too big in size. > and how did this fix it? It recreated the schedules DB. No more incompatibility. ...Continue Reading
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:
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:
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.
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.