It's possible to limit tickets to be posted from specific domains. However, if you allow configure it to allow mail from "sample.com", mail is not accepted by "server.sample.com".

Comments

jeremy’s picture

Status: Active » Needs work

Initial fix committed:
http://drupal.org/cvs?commit=330174

This just matches the last two parts of a domain, which is not sufficient for domains ending in (for example) .co.uk. We'll likely want to do two rounds of matching to address domains like this, or otherwise add more robust domain validation.

  • Jeremy committed d5e5da4 on 8.x-1.x
    - support.module     o bug #717618: improve domain matching
    
    

  • Jeremy committed d5e5da4 on 8.x-1.x
    - support.module     o bug #717618: improve domain matching
    
    
purencool’s picture

Issue summary: View changes
Status: Needs work » Closed (outdated)