View Single Post
  #1   (View Single Post)  
Old 11th December 2010
fender0107401's Avatar
fender0107401 fender0107401 is offline
Real Name: Li.
Port Guard
 
Join Date: May 2010
Location: China, Tian Jin.
Posts: 24
Default How to forward OpenBSD mailing list?

I just found this in the FreeBSD handbook.

Quote:
:0
* ^Sender:.owner-freebsd-\/[^@]+@FreeBSD.ORG
{
LISTNAME=${MATCH}
:0
* LISTNAME??^\/[^@]+
FreeBSD-${MATCH}
}
I want to use procmail to forward the OpenBSD mailing list, but I don't know how.

Is the following form is right?

Quote:
:0
* ^Sender:.owner-openbsd-\/[^@]+@OpenBSD.ORG
{
LISTNAME=${MATCH}
:0
* LISTNAME??^\/[^@]+
OpenBSD-${MATCH}
}
Reply With Quote