Ignore:
Timestamp:
11/16/11 17:19:12 (12 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Light tweaks to default mail setup; don't send anything if
still using the defaults.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/IPDB.pm

    r508 r509  
    837837  my ($action,$subj,$message) = @_;
    838838
     839  return if $domain eq 'example.com';   # no point being obnoxious if we're still stuck with defaults.
     840
    839841##fixme: need to redesign the breakdown/processing for $action for proper handling of all cases
    840842
Note: See TracChangeset for help on using the changeset viewer.