SquidGuard is a URL redirector used to use blacklists with the proxysoftware Squid. There are two big advantages to squidguard: it is fast and it is free.
Webform
Non-Unique Conditional Email Addresses with Webform.Module - also can obfuscate email addresses:
Additional Processing code:
<?php
switch ($form_values['submitted_tree']['form_field']) {
  case "option1":
    $node->webform['additional_emails'][] = "name1@example.com";
    break;
  case "option2":
    $node->webform['additional_emails'][] = "name2@example.com";
    break;
  case "option2":
    $node->webform['additional_emails'][] = "name2@example.com";
    break;
  default:
    $node->webform['additional_emails'][] = "name@example.com";
}
?>Technology:
- Log in to post comments
