[RELEASE] SpamBlocker Plugin

How much would you pay for this plugin

  • €50 or more

    Votes: 1 3.1%
  • €40 - €50

    Votes: 0 0.0%
  • €30 - €40

    Votes: 2 6.3%
  • €20 - €30

    Votes: 29 90.6%

  • Total voters
    32
Status
Not open for further replies.
Well, the plugin cannot be installed on PHP 5.1.1.

After fixing it manually, you can insert a license, but then there is a permission problem on plugin.conf which needs to be 644 to be able to be accessed from DA.

On the config page there is this nonsense:
Code:
SpamAssassin installed  	Yes  	SpamAssassin is not installed on your server.

The config detected that I did not use the Spamcop RBL, but when I saved the config, it enabled it...


This plugin really needs more QA testing...
 
Last edited:
interfasys said:
Well, the plugin cannot be installed on PHP 5.1.1.

After fixing it manually, you can insert a license, but then there is a permission problem on plugin.conf which needs to be 644 to be able to be accessed from DA.

On the config page there is this nonsense:
Code:
SpamAssassin installed  	Yes  	SpamAssassin is not installed on your server.

The config detected that I did not use the Spamcop RBL, but when I saved the config, it enabled it...


This plugin really needs more QA testing...

Granted I did not test it on PHP 5 as I don't have a PHP 5 configured server available. If you have a testserver available with PHP5 installed or can give me a howto get it configured without breaking DA, etc let me know and I'll test it better or PHP5 servers. Can you at least tell me what did not work and how you fixed it in PHP 5 version?

I'll check into the SpamCop RBL issue and fix the "not" in the above, must have slipped in with the last release.

Regards,
Onno Vrijburg
 
Downloading the new ixeds and fixing the permissions made the plugin work.

About the RBL, If you deactivate it, it works, but if it's already deactivated it will be enabled.

I have a modified exim.conf without any spamassassin in it, but the plugin keeps checking the box next to "SpamAssassin enabled". I don't know what is greped to make it act like that, but it must be wrong ;)

Besides those problems, the plugin seems to work OK and it's a real time saver.
 
Anf this keeps filling the logs,because the queue is run every minute:
PHP:
PHP Notice:  Undefined variable: up2date in /usr/local/directadmin/plugins/spamblocker/shared/runtime_queue.php on line 9
 
Check to see if you have the file /usr/local/directadmin/plugins/spamblocker/config/automate.php , if not that is the problem if you have it replace it with...

Code:
<?php
   
   // Values for up2date is "N" or "Y".
   $up2date = "N";
   
?>

Regards,
 
I have php5.1.1

when i install the plugin, i get this :
install.sh has been run:

PHP script /usr/local/directadmin/plugins/spamblocker/scripts/setup.php is protected by SourceGuardian and requires file ixed.5.1.1.lin or ixed.5.1.lin.
Please read SourceGuardian protected scripts manual.
 
@how@ said:
I mean in configuration i cant change any thing
What happens when you try? Can you not write into the windows at all? Or do you get an error message when you try to save?

Jeff
 
sky said:
I have php5.1.1

when i install the plugin, i get this
It appears you're using a version of PHP not supported by the version of the Plugin downloaded to your server.

I've asked Onno to look a this thread at his earliest convenience.

Jeff
 
Status
Not open for further replies.
Back
Top