Tagging-Archive: php


DKIM-Patch 1.1.9 6

A new version of the DKIM-Patch for ISPConfig is available now. This version contains only a few small changes that were predominantly subsequently integrated into version 1.1.8. Download: DKIM-Patch Changes to 1.1.8: fixed shown public-dns record for dkim minor changes in server-plugin update rfc updated installer update import-script Supports ISPConfig […]


DKIM-Patch 1.1.8 13

A new version of the DKIM-Patch for ISPConfig is available now. Download: DKIM-Patch Changes to 1.1.7: for ISPConfig 3.0.5.4.p7 only add CSRF-Check from ISPConfig updated installer for ISPConfig 3.0.5.4.p7 changed config-file-check to prevent saving the keys in the wrong file if a single amavis-config-file exists after upgrading to a “split-config”


DKIM-Patch 1.1.7 4

A new version of the DKIM-Patch for ISPConfig is available now. Download: DKIM-Patch Changes to 1.1.6: german translation for DMARC fixed error during resync add latest dmarc-drafts increase size for txt-records to allow the admin to change txt-records for dkim


DKIM-Patch 1.1.6 4

A new version of the DKIM-Patch for ISPConfig is available now. Download: DKIM-Patch Changes to 1.1.5: allow the admin to change txt-records for dkim, dmarc and spf directly fixed fr-language for the resync-tool fixed regex for spf-includes


DKIM-Patch 1.1.5 24

A new version of the DKIM-Patch for ISPConfig is available now. Download: DKIM-Patch Changes to 1.1.4: create dkim-path during install DMARC requieres SPF and DKIM (this breaks the current draft but DMARC is useless if you use spf OR dkim) fixed an error if the dkim-path does not exists add […]


Report Spam comments from WordPress to blocklist.de

The script wp-spamreport.php (as a download here in my git) reports at any time the spam comments of the last 48 hours to blocklist.de. It does not matter when a comment was marked as spam (manually or automatically by example Antispam Bee), but only that the comments are posted in […]


php-class for blocklist.de

I have developed a PHP class to call the API from blocklist.de. Reports can be created and sent in PHP. $log = $blocklist->create_http_log($ip, $date); $log .= “\n\n”.$blocklist->create_comment(‘Spam-Comment’, $comment, $mail); $report = $blocklist->send_report($ip, ‘badbots’, $log); The last entries are very easy to query: $last_added = $blocklist->get_last_added(‘-60s’); or $last_added = $blocklist->get_last_added(‘-1m’, ‘badbots’); […]


DKIM-Patch 1.1.4 9

A new version of the DKIM-Patch for ISPConfig is available now. With this version ISPConfig features a complete DMARC support. The required DNS Records for DMARC (DKIM, SPF and DMARC) can be easily created using a wizard. Modifications to the DKIM signing modify the records accordingly and the policy of […]