As MickC reported in https://drupal.org/comment/8392701#comment-8392701 the PEAR package Net_Curl is deprecated.

http://pear.php.net/package/Net_Curl/redirected
"This package is not maintained anymore and has been superseded. Use HTTP_Request2 instead."

Therefore we will use the newer replacement, HTTP_Request2. For the time being curl support will remain in the codebase. In a few years this bug should be reopened to remove that support.

This also points out that installation instructions are old, since curl or HTTP_Request2 is needed only when one uses exim or postfix and posts over HTTP, which is in 7.x optional, in favor of direct posting.

Comments

mahfiaz’s picture

Status: Active » Fixed

This is committed. The online documentation has been updated as well. If someone needs it for d6, please take a look at the commit.

http://drupalcode.org/project/og_mailinglist.git/commit/ddaf8aa

Status: Fixed » Closed (fixed)

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