On Sunday 27 July 2003 04:12, Stephen Reese wrote: > If I want to send a message out to everyone on the [EMAIL PROTECTED] is there > a way to do this with courier without having to specify each user. Some > kinda of distribution. Should I just create a new account with a a file > to forward the message to all of the user, but that still means I've got > to go though and look everyone up?
Courier doesn't have this built in as far as I know, but don't think it would be difficult to write a <your scripting language of choice here> script to pull out all the addresses at "domain.com" from whatever user authentication method you use, and then call sendmail to send the message to all those addresses. You could set up an account like "[EMAIL PROTECTED]" and use a .courier file to pipe the message to your script. (Just make sure your script doesn't then send the message back to this account again.) Jeff Jansen ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
