|
View previous topic :: View next topic |
| Author |
Message |
rosbif 500+ Posts Club


Offline Joined: Jan 13, 2005 Posts: 593 Location: Paris, France
|
|
| Back to top |
|
 |
NanoCaiordo Developer


Offline Joined: Jun 29, 2004 Posts: 3878 Location: Melbourne, AU
|
Posted: Sun Dec 27, 2009 2:54 am Post subject: Re: Spam being sent from my domain - is it DragonFly? |
|
You should now be able to download the file.
No, it wont get rid of the problem.
It will include a custom header in all outgoing emails
"X-DF-MailerSRC: FileUsedToSendMail for IpAddress"
When u receive a bounced email, check for this header in the mail message source and you will know which file is abused.
No need to guess anymore. Straight to the source of the issue.
At this stage you will know what you need to disable/change.
_________________ .:: I met php the 03 December 2003 :: Unforgettable day! ::.
Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) mixed
|
|
| Back to top |
|
 |
rosbif 500+ Posts Club


Offline Joined: Jan 13, 2005 Posts: 593 Location: Paris, France
|
|
| Back to top |
|
 |
Dizfunkshunal Platinum Supporter


Offline Joined: Mar 23, 2006 Posts: 2064
|
Posted: Sun Dec 27, 2009 3:48 pm Post subject: Re: Spam being sent from my domain - is it DragonFly? |
|
they have stopped lol because you removed the Tell a friend option.
_________________ Diz Web Design Status: Open (Use of resources requires registration.)
Dizfunkshunal's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Multiple Setups
|
|
| Back to top |
|
 |
NanoCaiordo Developer


Offline Joined: Jun 29, 2004 Posts: 3878 Location: Melbourne, AU
|
Posted: Mon Dec 28, 2009 2:29 am Post subject: Re: Spam being sent from my domain - is it DragonFly? |
|
They have stopped because you removed Tell a Friend module and or the IP was banned but the patch will still help you in case some other module use a similar function.
_________________ .:: I met php the 03 December 2003 :: Unforgettable day! ::.
Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) mixed
|
|
| Back to top |
|
 |
macavity Heavy poster


Offline Joined: Jun 23, 2004 Posts: 199
|
Posted: Sat Jan 23, 2010 10:10 pm Post subject: Re: Spam being sent from my domain - is it DragonFly? |
|
rosbif,
Just came across this thread. I encountered exactly the same problem on the 17th of December (disabled the module to deal with at that time). Interestingly the site in question was very much along the same lines as yours as far as subject matter is concerned - just a coincidence I guess!
macavity's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) FreeBSD/Apache 2.0/MySQL 5.0.77/PHP 5.2.10/Dragonfly 9.2.1
|
|
| Back to top |
|
 |
rosbif 500+ Posts Club


Offline Joined: Jan 13, 2005 Posts: 593 Location: Paris, France
|
|
| Back to top |
|
 |
rosbif 500+ Posts Club


Offline Joined: Jan 13, 2005 Posts: 593 Location: Paris, France
|
|
| Back to top |
|
 |
macavity Heavy poster


Offline Joined: Jun 23, 2004 Posts: 199
|
Posted: Sun May 09, 2010 1:20 pm Post subject: Re: Spam being sent from my domain - is it DragonFly? |
|
Sorry to hear that. If/when I bring ours back online I think it definitely has to befor registered users only - hope that works for you.
_________________ Note: WWW Private Listing - Staff Only
macavity's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) FreeBSD/Apache 2.0/MySQL 5.0.77/PHP 5.2.10/Dragonfly 9.2.1
|
|
| Back to top |
|
 |
rosbif 500+ Posts Club


Offline Joined: Jan 13, 2005 Posts: 593 Location: Paris, France
|
Posted: Sun May 09, 2010 1:54 pm Post subject: Re: Spam being sent from my domain - is it DragonFly? |
|
I've added the following lines to the preview and submit functions in friend.inc
| Code:: |
if (!is_user()) { $error = 'Sorry, this function is for registered users only'; } |
and I've changed the form at the bottom to this:
| Code:: |
<input type="hidden" name="id" value="'.$friend_id.'" />';
if (is_user()) { echo '<input type="submit" name="preview_message" value="'._PREVIEW.'" /> <input type="submit" name="send_message" value="'._SUBMIT.'" />';
} else {
echo 'Please log in to use this feature';
}
echo '</form>'; |
Think that should be sufficient. I should really make it multilingual and/or not display the tell a friend link if not logged in but I can't find where to add that bit!
rosbif's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) ChantillyExpat.com - Others-
|
|
| Back to top |
|
 |
rosbif 500+ Posts Club


Offline Joined: Jan 13, 2005 Posts: 593 Location: Paris, France
|
|
| Back to top |
|
 |
macavity Heavy poster


Offline Joined: Jun 23, 2004 Posts: 199
|
Posted: Sun May 09, 2010 2:32 pm Post subject: Re: Spam being sent from my domain - is it DragonFly? |
|
Thanks for sharing that info - I'll make a note.
_________________ Note: WWW Private Listing - Staff Only
macavity's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) FreeBSD/Apache 2.0/MySQL 5.0.77/PHP 5.2.10/Dragonfly 9.2.1
|
|
| Back to top |
|
 |
|
|