On Sun, Jan 16, 2005, Michael Häusler <[EMAIL PROTECTED]> said: > Hi April, > >> I would appreciate it if you'd just say --- file x, general area YYZ >> or line number... to affect the user / alias logic for adding to the >> delivery list. Or I can have them go hunting which is much less >> preferable. > > I'm no dbmail developer, so I don't know for sure. But I think your > starting point would be the function "dsnuser_resolve" in dsn.c. > > starting at lines 304: > /* See if the address is a username. */ > switch (auth_user_exists(delivery->address, &userid)) { > > I think if you remove (or comment) the "case 1"-section, you would be > reverting to the old behaviour of dbmail-1. But no garuantees, I don't > have time to test this.
That's the right place to begin testing. I'll give it a try on my system, too. Aaron