Contact Form 3.00.00 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Contact Form 3.00.00 (Default branch)
# 1  
Old 09-24-2008
Contact Form 3.00.00 (Default branch)

ImageContact Form is a Perl script that allows users to send you email through a Web interface. It is designed to thwart spammers by not allowing email to be sent to unknown addresses, or revealing the addresses that it knows. In addition to this, it does not contain cross site scripting vulnerabilities or allow arbitrary code to be run on the host. It provides adequate information in the headers it sends to trace spammers, can check the validity of all data before sending emails, and features a customizable interface that allows for arbitrary fields.License: GNU General Public License (GPL)Changes:
The ability to use CAPTCHA for spam prevention andan external XML file configuration option wereadded.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Web Development

Contact Form for Download

Hi all, My skills in Web Development are shaky at best. What I want to do is have a simple form on my website. User puts in name & email address -> verification email is sent to them to make sure it is really there email. After this is confirmed, I want to send them a secure download like to... (1 Reply)
Discussion started by: fedora18
1 Replies

2. Cybersecurity

I need help with contact form

How can I change my email address from text into an image? Someone told me that this way it won't be picked up by spam bots and it will reduce spam. ---------- Post updated 09-27-09 at 12:57 AM ---------- Previous update was 09-26-09 at 10:53 AM ---------- ---------- Post updated at 12:58 AM... (0 Replies)
Discussion started by: iorgusu
0 Replies
Login or Register to Ask a Question
SCRIPT-EMAIL(8) 					  System Administration Commands					   SCRIPT-EMAIL(8)

NAME
script-email - Amanda script to send email notifications DESCRIPTION
script-email is an Amanda script implementing the Script API. It should not be run by users directly. It sends a notification email to the addresses specified in the MAILTO property. PROPERTIES
This section lists the properties that control script-email's functionality. See amanda-scripts(7) for information on the Script API, script configuration. MAILTO List of email addresses that will receive an email on command execution. It is a multi-valued property: property "MAILTO" "amanda@domain.com" "sysadmin@domain.com" "amandauser@domain.com" EXAMPLE
In this example, script-email is scheduled to be run before the DLE, on the server. The unqualified email address amanda will be passed to the email system unchanged. The script is then attached to a dumptype, which can then be specified for any DLEs which require notification. define script-tool pre-email { comment "email me before this DLE is backed up" plugin "script-email" execute-on pre-dle-backup execute-where server property "mailto" "amanda" } define dumptype user-tar-email { user-tar script "pre-email" } SEE ALSO
amanda(8), amanda.conf(5), amanda-client.conf(5), amanda-scripts(7) The Amanda Wiki: : http://wiki.zmanda.com/ AUTHORS
Jean-Louis Martineau <martineau@zmanda.com> Zmanda, Inc. (http://www.zmanda.com) Dustin J. Mitchell <dustin@zmanda.com> Zmanda, Inc. (http://www.zmanda.com) Amanda 3.3.3 01/10/2013 SCRIPT-EMAIL(8)