[Vserver] reject html messages

2004-05-31 Thread Lucas Albers
Can we configure this mailing list to reject html messages? The sa rule to enable is: HTML_MESSAGE None of us are posting html messages, just spammers. -- Luke Computer Science System Administrator Security Administrator,College of Engineering Montana State University-Bozeman,Montana _

[Vserver] rsyncing vservers from one machine to another

2004-05-31 Thread Lucas Albers
I have been busy rsyncing vservers from machine to machine to handle failed disks in a raid volume. When you rsync systems, do you usually exclude proc? Can anyone post a sample of what options they use when rsyncing vservers from system to system. I currently use these rsync options: azP I do a

Re: [Vserver] rsyncing vservers from one machine to another

2004-05-31 Thread Thomas Hug
hi Lucas On Mon, 31 May 2004 20:13, Lucas Albers wrote: > When you rsync systems, do you usually exclude proc? yes. keep care that the proc directory exists on the target machine after syncing. > I do an rsync, then take the system offline, rsync again, then start it up > on the other system. >

Re: [Vserver] rsyncing vservers from one machine to another

2004-05-31 Thread Cathy Sarisky
rsync -vazPxle ssh --numeric-ids --delete --exclude=*/log --exclude=*/*/log --exclude=*/*/*/log --exclude=*/*/*/*/log --exclude=*/*/*/*/*/log --exclude=*/*/*/*/*/*/log --exclude=*/*/*/*/*/*/*/log --exclude=*/proc --exclude=*/dev --exclude=*/*/nslog --exclude=*/*/*/nslog --exclude=*/*/*/*/nslog

Re: [Vserver] reject html messages

2004-05-31 Thread Herbert Poetzl
On Mon, May 31, 2004 at 12:06:58PM -0600, Lucas Albers wrote: > Can we configure this mailing list to reject html messages? > > The sa rule to enable is: > HTML_MESSAGE > > None of us are posting html messages, just spammers. good idea, second that, and please reject mails containing the 'usual'

Re: [Vserver] reject html messages

2004-05-31 Thread Martin List-Petersen
On Mon, 2004-05-31 at 20:49, Herbert Poetzl wrote: > On Mon, May 31, 2004 at 12:06:58PM -0600, Lucas Albers wrote: > > Can we configure this mailing list to reject html messages? > > > > The sa rule to enable is: > > HTML_MESSAGE > > > > None of us are posting html messages, just spammers. > > g