Dada Mail Developers Archives

 

Re: add Sender-ID in header

September 22nd 2017 UTC

From: > On Sep 22, 2017, at 5:25 AM, 孙志勇 455750938@PROTECTED [Dada Mail Developers] > <""孙志勇 455750938@PROTECTED [Dada Mail Developers]\"" >> wrote: > > if admin email is bounce@PROTECTED, subscriber email is efg@PROTECTED, add below you mentioned code, the output of sender is: > bounce-bounce=abc.com@PROTECTED, > but not: > bounce-efg=hij.com@PROTECTED Well, that's just another bug in your code - you're explicitly trying to set the Sender: header to the List Adm ...Continue Reading

Re: add Sender-ID in header

September 22nd 2017 UTC

thanks. I have tested, it is not right. if admin email is bounce@PROTECTED, subscriber email is efg@PROTECTED, add below you mentioned code, the output of sender is:  bounce-bounce=abc.com@PROTECTED,  but not: bounce-efg=hij.com@PROTECTED  ------------------ Original ------------------ *From: * "dadadev";<dadadev@PROTECTED>; *Date: * Wed, Sep 20, 2017 01:15 AM *To: * "孙志勇"<455750938@PROTECTED>; *Subject: * Re: [dadadev] add Sender-ID ...Continue Reading

Re: project wide bounced list

September 20th 2017 UTC

From: > On Sep 19, 2017, at 7:00 PM, 孙志勇 455750938@PROTECTED [Dada Mail Developers] > <""孙志勇 455750938@PROTECTED [Dada Mail Developers]\"" >> wrote: > hope to see the function of project wide bounce list and project wide blacklist in future. Global Blacklist is a feature currently in Dada Mail - it's set up in the Global Config: http://dadamailproject.com/d/install_dada_mail-advanced_configuration.pod.html#Configure-Global-Mailing-List-Options ...Continue Reading

Re: project wide bounced list

September 20th 2017 UTC

thanks. hope to see the function of project wide bounce list and project wide blacklist in future. ------------------ Original ------------------ *From: * "dadadev";<dadadev@PROTECTED>; *Date: * Wed, Sep 20, 2017 01:25 AM *To: * <455750938@PROTECTED>; *Subject: * Re: [dadadev] project wide bounced list From: justin@PROTECTED > From: 455750938@PROTECTED Hi All,> > Amazon SES have a site wide bounce list. If an email address is hard bounced, ...Continue Reading

Re: dada 10.5.0 failing at grabbing web page (HTML doc passed with no body tag?!)

September 19th 2017 UTC

From: Just FYI - trying this URL with v10.6 and v10.7 seemed successful to me, Cheers, ...Continue Reading

Re: add Sender-ID in header

September 19th 2017 UTC

From: > From: 455750938@PROTECTED > Hi everyone, I need to add Sender-ID in email header. I find a simple way by adding below code before "# List-Archive" in /DADA/Mail/Send.pm: You'll have to use the _verp method: $lh{'Sender'} = '<'. $self->_verp( $self->{ls}->param('admin_email') ) . '>' ; ...Continue Reading

project wide bounced list

August 15th 2017 UTC

Hi All, Amazon SES have a site wide bounce list. If an email address is hard bounced, none other can send to this email any more. Can dada mail achieve a similar function, like project wide hard bounce list, if an email address is hard bounced in one list, then it can't be sent to in another list? ...Continue Reading

bounce mail ending at wrong mailaddress?

August 11th 2017 UTC

LS.   Funny problem here. I have several mailinglists in dadamail. Now it seems the bouncemail of list A is been sent to list-mailaddress of List B. Is this a bug? Anybody recognizes this issue?   Regards, eef   ...Continue Reading

add Sender-ID in header

August 5th 2017 UTC

Hi everyone, I need to add Sender-ID in email header. I find a simple way by adding below code before "# List-Archive" in /DADA/Mail/Send.pm: # Sender-ID      if ($self->{ls}->param('verp_return_path') == 1) {         $lh{'Sender'} = '<'. $self->{ls}->param('admin_email') .'>' ;            }else{        $lh{'Sender'} = '<' . $self->{ls}->param('admin_email') . '>' ; } # Sender-ID But it i ...Continue Reading

SparkPost SMTP Gateway Tutorial

July 11th 2017 UTC

From: Given the interest in SparkPost recently, here's a little tutorial on how to to set up the SMTP Relay SparkPost provides with Dada Mail: http://blog.dadamailproject.com/2017/07/11/getting-started-with-sparkpost-email-delivery-service-and-dada-mail/ Cheers, ...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.