Re: (Fwd) VIRUS (Worm.SomeFool) IN MAIL TO YOU (from

2004-02-23 Thread Tim Potter
On Mon, Feb 23, 2004 at 08:24:56AM -0500, Patricia Palumbo wrote: > I have received the below notice about the rsync list. > There is a worm among us. I doubt it. It is most likely a forged header, although the postmaster message does not contain the necessary headers to verify this. Tim. --

Re: SPAM on List...

2002-12-12 Thread Tim Potter
On Thu, Dec 12, 2002 at 09:50:59AM +1100, Tomasz Ciolek wrote: > yes but most RFC complaint mailers will append the plaintext version > of the email as well as the HTML version. Not necessarily. A mail with the multipart/alternative mime type will (should) have the plaintext attached. HTML-

Re: SPAM on List...

2002-12-12 Thread Tim Potter
On Tue, Dec 10, 2002 at 02:22:25PM +1100, Martin Pool wrote: > > Some time last fall apparently Korea passed an OPT-OUT with the > > equivalent of "ADV" in the headers law. Right after that, list that I > > subscribe to at a major university went from 2 spams a week to over 8 > > spams a day.

Re: SPAM on List...

2002-11-14 Thread Tim Potter
On Thu, Nov 14, 2002 at 09:05:27PM -0500, John E. Malmberg wrote: > The SAMBA-TECHNICAL list reported that they have gone to the > bl.spamcop.net blocking list, and it has been relatively spam free since > then. The bl.spamcop.net is an aggressive blocking list with a quick > trigger. We did

Re: making --exclude-from=- read from stdin

2002-11-03 Thread Tim Potter
On Sun, Nov 03, 2002 at 07:36:40PM -0800, jw schultz wrote: > On Mon, Nov 04, 2002 at 04:31:38AM +0100, Christian wrote: > > --- exclude.c.org 2002-11-04 04:17:05.0 +0100 > > +++ exclude.c 2002-11-04 04:21:13.0 +0100 > > @@ -219,8 +219,15 @@ > Already done and in CVS. Wha

Re: Path to rsync Binary?

2002-10-20 Thread Tim Potter
On Sun, Oct 20, 2002 at 10:57:22PM -0400, [EMAIL PROTECTED] wrote: > I am using rsync between to Solaris machines. One has > rsync under the /usr/local/bin/rsync location and the other > under /opt/rsync. Is there a way for me to issue the rsync > command from the "source" machine and tell it as

Re: unsubscribing rsync

2002-01-23 Thread Tim Potter
On Wed, Jan 23, 2002 at 12:10:04PM -0800, Suvasis Mukherjee wrote: > I would like to unsubscribing. Can anyone help me pls. Go to http://lists.samba.org/listinfo/rsync and enter your subscription address in the appropriate text entry field at the bottom of the page. You can then unsubscribe yo

Re: Question on encryption

2001-12-20 Thread Tim Potter
On Thu, Dec 20, 2001 at 04:45:52PM -0600, Dave Dykstra wrote: > > Does running rsync in daemon mode on the remote host preclude the need > > to use SSH from the client? If so, how secure is this versus using rsync > > in non daemon mode with SSH? I have considered building SSH to not use > > encr

Re: Question on encryption

2001-12-20 Thread Tim Potter
On Thu, Dec 20, 2001 at 04:21:52PM -0500, George Sinclair wrote: [...] > Does running rsync in daemon mode on the remote host preclude the need > to use SSH from the client? If so, how secure is this versus using rsync > in non daemon mode with SSH? I have considered building SSH to not use > en

Re: ( ????)???????? ?? ???????? ?????? ??????????.

2001-12-14 Thread Tim Potter
On Fri, Dec 14, 2001 at 10:49:19AM -0700, [EMAIL PROTECTED] wrote: > Anybody else getting sick of our list getting spammed? I've adjusted the spam filter to cope with this particular idiot. Tim.

Re: Not able to use server port with auth..

2001-06-25 Thread Tim Potter
J.Saravanan writes: > Thanks to you all for the response. And sorry If I've wasted your time. > > I found the reason for this not working. > Now I've added the line.. > > strict modes = false > > in to my rsyncd.conf file. Now it works. > Once again thanks, and to Mr. Martin, The passwd

Re: Not able to use server port with auth..

2001-06-24 Thread Tim Potter
J.Saravanan writes: > When I try to transfer "test" to a remote comp. , Without auth and > secrets, The transfer is smooth. But When I want to use auth and secrets > then transfer fails as.. > > bash$ rsync -a 144.16.251.213::test test > Password: > @ERROR: auth failed on module test > > I don

Re: RSync directory structure only

2001-06-17 Thread Tim Potter
[EMAIL PROTECTED] writes: > Is there a way to use rsync to replicate a directory structure only and not > the files in the directory structure? Try this: rsync -av --include '*/' --exclude '*' source-dir dest-dir Tim.

Re: Making RSYNC into a library

2001-06-12 Thread Tim Potter
Deven Phillips, CISSP writes: > Hi, > > This is my first post to the list, so I want to make sure I explain > myself. I have been trying to program an rsync IO slave for KDE off and > on for a couple of weeks (My C++ skills aren't what they used to be). I > was wondering if it would be pos

Re: feature-request: libwrap

2001-04-25 Thread Tim Potter
Dave Dykstra writes: > > I agree with this... In fact, it isn't even difficult to add tcpwrappers > > support to rsync... What would it be? A few lines of code? I think the > > That's a good reason, and I would think that if somebody submitted a good > quality patch to support libwrap it would

Re: Need for an --operating-window feature ???

2001-04-04 Thread Tim Potter
Alberto Accomazzi writes: > FYI, rsync has a good cleanup mechanism that kicks in when you send it > a SIGHUP. It removes/renames temporary files as appropriate, sends a > signal to its child process, and exits. I use this all the time to > gracefully stop transfers (see the pseudo-code in my p

Re: FAQ-O-Matic Down?

2001-04-04 Thread Tim Potter
Randy Kramer writes: > I tried to post some questions in the FAQ-O-Matic (on Sunday, IIRC). > The last two days I tried to check for responses -- but I get an > Internal Server Error when trying from either IE 5 on Windows or > Konqueror (2.1) on Linux (Mandrake 7.2). > > Randy Kramer Unfortun

Re: gid problem on DGUX

2001-03-22 Thread Tim Potter
Martin Pool writes: > > I was not sure on how to ask a question on the Rsync FAQ page, the only > > links it had was to answer questions. I saw your email address all over > > the FAQ page, so I figured I'd try emailing you. Heres my question: > > The most likely problem is that there is a > >

Re: VMS

2001-02-27 Thread Tim Potter
Martin Pool writes: > > Will RSYNC compile on VMS. I have a requirement to synchronise data files > > between a Solaris node and a VMS node. > > Did you try it? How did it work out? > > It would be cool to add VMS as a supported platform, but I don't think > any of the current developers have

RE: gzip --rsyncable patch

2001-01-22 Thread Tim Potter
David Bolen writes: > Using this version, gzip'd files are noticeably better than before. > It's still better if you can support the uncompressed disk space, in Hi David. I'm just wondering if there is much difference between the size of the gzipped files when using the --rsyncable option versu