Skip to content
Snippets Groups Projects
  1. Nov 07, 2013
    • Jared Hancock's avatar
      Handle email addresses used as names · 6199e24e
      Jared Hancock authored
      If an email arrives in the system without a "personal" field (name), the
      email address is used as the name. The email address, however, is not parsed
      well by the PersonsName constructor. This patch uses the mailbox of the
      email address as the name.
      
      Also include a slight boost to the mbstring compatibility functions declared
      in the bootstrap::i18n_prep() function
      6199e24e
  2. Nov 05, 2013
  3. Nov 04, 2013
  4. Nov 02, 2013
  5. Nov 01, 2013
  6. Oct 31, 2013
  7. Oct 30, 2013
  8. Oct 29, 2013
  9. Oct 28, 2013
    • Jared Hancock's avatar
      Use seemingly-random form input names · 4b62e47a
      Jared Hancock authored
      Which will help fight off spammers. This should be coupled with logic that
      will add some enticing fields, like 'email' and 'name' to invite bot input.
      Then, on the form processing side, a spam submission can be detected and
      handled differently from human submissions. This should lessen reliance on
      CAPTCHA only as spam detection.
      4b62e47a
    • Jared Hancock's avatar
      Disambiguate Reply-To from In-Reply-To mailer opts · d36fea7b
      Jared Hancock authored
      Previous the options defined for the Mailer::send() function were confusing
      when sending an In-Reply-To header
      d36fea7b
Loading