I'm using the NNTP gateway script to provide users access to our internal news server. As such, I'm creating user accounts under vBulletin which matches the LHS of their email address (i.e. anything before the @ sign). When posting to the news server, I'm getting a copy of the message ID as the From: header. I want to be able to post with a legitimate email address.
For example:
xxxxxxx.rrrrr@domain.name
(where xxxxxxxx is the normal LHS email name and rrrrr is the message ID)
whereas I'd like it to just be:
xxxxxxx@domain.name
Is there an easy way of doing this/changing the current gateway.php file to handle this?
Regards,
MArtyn