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".
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
Comment #1
jeremy commentedInitial 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.
Comment #4
purencool commented