Simple email list setup
Bill McGonigle
bill at bfccomputing.com
Tue Sep 1 15:54:58 EDT 2009
On 09/01/2009 08:14 AM, Larry Cook wrote:
> If you'd be willing to give me an example rule for matching the From
> address and forwarding on that would be really helpful with my learning
> process.
the syntax is pretty arcane, but 'man procmailex' is really useful.
Something along the lines of:
:0 # new rule
* ^From:.*authorized-user at example\.com # match your user's From
* ^TO_.*fake-list-address at example\.com # match TO, CC
!real-list-address # forward, possibly local
:0 # new rule (last didn't match)
* ^TO_.*fake-list-address at example\.com # to the list (but not authed)
/dev/null # bitbucket (or autoresponder)
(strip out the comments, check the syntax, etc.)
-Bill
--
Bill McGonigle, Owner
BFC Computing, LLC
http://bfccomputing.com/
Telephone: +1.603.448.4440
Email, IM, VOIP: bill at bfccomputing.com
VCard: http://bfccomputing.com/vcard/bill.vcf
Social networks: bill_mcgonigle/bill.mcgonigle
More information about the gnhlug-discuss
mailing list