From a5d0064af9eb307aa20a0fc9c563d73ad36ad5ba Mon Sep 17 00:00:00 2001 From: wimpunk Date: Sat, 16 May 2009 10:07:26 +0000 Subject: [PATCH] Bug 2792436: fixed abuse message of dyndns git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@110 3873ddee-7413-0410-b6c4-c2c57c1ab35a --- ddclient | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ddclient b/ddclient index fe06521..5316d25 100755 --- a/ddclient +++ b/ddclient @@ -2318,7 +2318,9 @@ sub nic_dyndns2_update { '!yours' => 'The hostname specified exists, but not under the username currently being used', '!donator' => 'The offline setting was set, when the user is not a donator', '!active' => 'The hostname specified is in a Custom DNS domain which has not yet been activated.', - 'abuse', => 'The hostname specified is blocked for abuse; fill in the form at http://support.dyndns.org/abuse.php to be unblocked', + 'abuse', => 'The hostname specified is blocked for abuse; you should receive an email notification ' . + 'which provides an unblock request link. More info can be found on ' . + 'https://www.dyndns.com/support/abuse.html', 'numhost' => 'System error: Too many or too few hosts found. Contact support@dyndns.org', 'dnserr' => 'System error: DNS error encountered. Contact support@dyndns.org',