search for: notify_email

Displaying 2 results from an estimated 2 matches for "notify_email".

2006 Mar 29
4
trouble adding to database (stringify_keys)
I''m brand new to rails and am trying to build a simple ajax email collection form. It''s just a coming soon sort of thing where the user can enter his email address in the field, hit submit, and the ajax form dumps the email into the database and says "success" unless the email is blank or not unique in which case it says "failure." The trouble is, no
2003 Jul 16
6
HOWTO: Temporary dynamic blocking with Shorewall and Portsentry
...ence shows that most attacks come from dial-up IP addresses, so # blocking them permanently gives no real benefit, and removing them # keeps our blocking table from becoming huge. # Set appropriate variables (easy to customize on different systems). DROP_INTERVAL_DAYS=5 HOSTNAME="Apollo" NOTIFY_EMAIL="rpaiz@simpaticus.com" # Get the attacker''s IP address and probed port from the command # parameters. DO NOT CHANGE THIS! BAD_IP=$1 BAD_PORT=$2 # Block the bad guy. /sbin/shorewall drop $1 # Unblock him X days after midnight tonight. echo "/sbin/shorewall allow $1" |...