I need to send a semiannual newsletter to a short, manually maintained list of people. While I run a couple Mailman lists this appears to be an overkill for the job (besides that Mailman/postfix on a virtual host is no setup I ever care to tackle again).
What I thought about is a magic alias (security by obscurity) which resets From: to a standard reply for this domain and reflects any email sent to it to a list of addresses picked from a file via Bcc: to avoid address harvesters and compulsive reply-all-ers. I was thinking either of .forward or .procmailrc which calls a script which uses postfix's sendmail interface. Has this been done? Or should I just give up, and go with Ecartis or SmartList, or any other minimal mailing list software (which?). Thanks.