Re: [exim] Required... A snippit of code...

Top Page
Delete this message
Reply to this message
Author: . kibble .
Date:  
To: david, exim-users
CC: 
Subject: Re: [exim] Required... A snippit of code...

From: "David S. Madole" <david@???>
    int i = strcspn(emailaddr, "@");


    strncpy(lpart_domain->localpart, emailaddr, i);
    lpart_domain->localpart[i] = '\0';


    strcpy(lpart_domain->domain, emailaddr + i + 1);


---------------------------------------

Cheers, that's done the trick... [star*]

_________________________________________________________________
Want to block unwanted pop-ups? Download the free MSN Toolbar now!
http://toolbar.msn.co.uk/