Hmmm, I thought this was fixed, will need to address this urgently. Example of the mailer-daemon bounce:

From:   Reply-to: webmaster@<xxx>.com X-Mailer: D.rupal Return-path: webmaster@<xxx>.com Er.rors-to: webmaster@<xxx>.com 
Date:   Sat, June 27, 2009 4:00 pm 
To:   <xxx> (less)
<yyy>
classified
ads
expiring
soon! 
Priority:   Normal 
CommentFileSizeAuthor
#1 ed_classified-503792-1.patch5.47 KBmilesgillham

Comments

milesgillham’s picture

Status: Active » Needs review
StatusFileSize
new5.47 KB

Okay, this has never worked in the 6.x branch - was set up for Drupal 5 mail handling. I've just applied the attached patch to the -dev stream for testing. You can either apply yourself to the alpha2 release or wait for the dev tarball to update.

Cheers,

Miles

milesgillham’s picture

E-mail notifications are now being sent under 6.x (yay), however some variables weren't being replaced - that should now corrected in the -dev branch. Will just wait a day or two to make sure both types of notification are correctly processed.

This is pretty important functionality so this patch, and any other bug fixes pending, will go into an alpha3 release later in the week.

Cheers,

Miles

milesgillham’s picture

Status: Needs review » Needs work

Okay, in general !variables are not being handled correctly across the module, resulting in some weird things appearing in the query string, and not being parsed. A general cleanup of those will also fix the embedded e-mail vars.

milesgillham’s picture

Aha, the problem is around t() - args() have managed to be separated from the t() call and end up inside l() calls around the place. Will be an easy fix.

milesgillham’s picture

Status: Needs work » Fixed

Fixed in the -dev branch.

milesgillham’s picture

Status: Fixed » Needs work

Re-opening - I've found one link is coming through with an underscore where there should be a hyphen. It's minor, but annoying when you click through and don't get to the My Classifieds tab and end up on the user page and have to click again. It would actually also be nice to click on the particular ads in the email notification directly.

milesgillham’s picture

Status: Needs work » Fixed

The link issue is fixed in -dev branch.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.