When sending out newsletters from my Zikula-based community site I've found that they don't get through (not even as far as a spam email box) to Yahoo email accounts. Significant investigation later shows that this is likely down to Yahoo using DomainKeys to filter potential spam. Is there any chance of adding DKIM support to mailer because it looks like, without it, newsletters simply won't get through to a significant proportion of the userbase.
There is a PHP implementation of it on Sourceforge that looks like it could be reasonably simple to integrate into mailer for someone with familiarity of the codebase: http://sourceforge.net/projects/php-dkim/files/
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- rgasch created topic »Using PageUtil::addVar() to load script code« 11:48 AM
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
DKIM Support?
-
- Rank: Registered User
- Registered: Jul 29, 2008
- Last visit: Dec 14, 2009
- Posts: 2
-
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: Jun 01, 2010
- Posts: 6859
Thought that was somethign that had to be set on the system, not in the app.
--
Home Page | Find on Facebook | Follow on Twitter
-
- Rank: Team Member
- Registered: May 03, 2004
- Last visit: May 31, 2010
- Posts: 511
Domain keys are one of those useless anti spam technics, where more false positives are created than spam is reduced.
Instead tell Yahoo to drop it, or let your users go to another email provider.
Greetings,
Chris
--
an operating system must operate
development is life
my repo -
- Rank: Registered User
- Registered: Jul 29, 2008
- Last visit: Dec 14, 2009
- Posts: 2
HalbrookTech
Thought that was somethign that had to be set on the system, not in the app.
It requires a key to be entered into the mail headers and this is then compared to one entered into your DNS information. That's why it needs the code mod too sadly. The system that Microsoft use for live mail (SenderID) just requires the DNS stuff so was no problem.
slam
Domain keys are one of those useless anti spam technics, where more false positives are created than spam is reduced.
Instead tell Yahoo to drop it, or let your users go to another email provider.
I completely agree that such systems are a waste of time. I wouldn't mind if they just moved the emails into the user's junk directory but sadly they have taken it upon themselves to be the overlords of what their users can and cannot have in their inboxes. Telling Yahoo to drop it would be a waste of time and effort and telling users to go to another email provider just because my CMS of choice doesn't support this is far from reasonable. We build community sites for the community and demanding they leave one of the world's biggest email providers simply because we don't support their anti-spam tech is just as bad as Yahoo including such a ridiculous system in the first place.
- Moderated by:
- Support
