Duncan Cameron

Results 56 comments of Duncan Cameron

One other comment is about the approach of using the bounce email address. An email will be sent to that address but to be recognised as a bounce the body...

After your previous explanation I looked at http://www.list-unsubscribe.com/ and now see why this is important. My main problem is that I cannot test the process end-to-end because none of my...

@jd440 @michield Looking at the bounce rule I am bit unsure how reliable this might be. An ordinary bounce will include the headers from the original email, including the list-unsubscribe...

@jd440 I don't think that the body of the email needs `Please Unsubscribe me: $destinationemail\r\n` as that does not add anything needed by the bounce processing and is repeating the...

This change will affect the preferences page. Currently the email field shows an obfuscated email address as a placeholder. The user just needs to enter their email address. With this...

I don't know the reason for there being an email GET parameter at all. Looking at the history it appears to once have been an option for the preferences page...

It wasn't clear to me what exactly you are trying to achieve. If your proposal does what you need, then that's fine.

> The current processqueue page, even when called from a command line > (using curl for example), will stop processing the queue after 60 > seconds This isn't correct. The...

> An easy solution could be to pass the HTML through something like https://github.com/alexdunae/premailer/ before sending. The Content Areas plugin inlines CSS. See https://resources.phplist.com/plugin/contentareas#inline_css_styles

The case that needs to be handled is when $GLOBALS['pagedata']['lists'] is an empty string, because explode() on an empty string gives an unwanted empty array entry. I think that it...