Closed (fixed)
Project:
Return-Path
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 May 2007 at 20:01 UTC
Updated:
7 Apr 2009 at 22:06 UTC
A new installation of return-path 5.x-1.1 in a drupal 5.x environment does not work. It does not setup the smtp_library variable and so the module does not do anything. However, the version at http://drupal.org/node/111831 does work, and that author has separated out the installation code into a separate returnpath.install file.
Comments
Comment #1
buddaI've moved the install stuff in to its own file as suggested. I never had a problem the old way, but maybe this works for some setups?
Have committed change to CVS 5.x-dev for now.
Comment #2
(not verified) commentedComment #3
mr.j commentedRe-opened because AFAIKS there is no CVS 5.x-dev version available for download.
Not even on the all releases page.
The official 5.x-1.1 version on the module home page does not work at all for me - running drupal 5.3
Comment #4
incaic commentedI'm running drupal 5.5
return-path HEAD works for me after making these change to returnpath.module version 1.6
VERSION 1.6
LOCAL COPY CHANGES
As you can see $from was not being sent to drupal_mail_wrapper and therefore not being used.
Hope this helps someone.
Comment #5
mlncn commentedDue to poor reading of the issue queue AND not looking for the "HEAD" release, I coded the fix to this myself.
You can download Agaric's slightly modified version of the module here:
http://agaricdesign.com/sites/agaricdesign.com/files/returnpath-mod.zip
It just pulls out the install and uninstall functions (uninstall for this module should perhaps be in a 'disable' function if such a thing exists? As the module isn't truly disabled until it is uninstalled.) We can provide a patch from this to either the official release 1.1 or HEAD (which is broken in the different way described above).
In the meantime, if you want a download of this very nice module that just works for Drupal 5, you can grab it at the link above.
benjamin, Agaric Design Collective
Comment #6
Steve Dondley commentedThanks. Everyone should download from the link cited in #5. That properly installs the module.
Comment #7
Gábor Mayer commentedPLEASE UPDATE THE OFFICIAL
Comment #8
AmrMostafa commentedCheck this patch: http://drupal.org/node/242652
Comment #9
toemaz commentedI downloaded the official 5.x-1.1 release and had to find out it does not work as advertised. After reading this issue, I understood why.
It's a pity that this module is maintained as it should be. Please create a new release with the patch applied from http://drupal.org/node/242652
Comment #10
decipheredThis issue has been fixed in the latest 5.x-1.x-dev.
Full release will be out as soon as I'm satisfied with the changes.
Comment #11
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #12
paul2 commentedI believe it is wrong for this issue to be closed, since the official 5.x release still does nothing after it's installed. I ended up repeating the work several posters already did - moving the install/uninstall code to a returnpath.install file - in order to make this module do anything.
I hope the maintainer releases a functioning 5.x version of this module soon.
Comment #13
decipheredShould have been marked as 5.x-1.x-dev.
Closed.