At Sun Jan 12 18:31:38 2003, Nick Marino wrote:
> 
> could you expand on the temporary file idea?
> 
> the file names are in this format:  1019045252465.477211.IFIX1
> 
> I am imagining the numbers are a time stamp. This is the format used by
> xmail when creating the messages in the directories of the users.

Something like this:

mv $1 $1.tmp
unix2dos < $1.tmp > $1
rm $1.tmp

Martin
-- 
Martin Radford              |   "Only wimps use tape backup: _real_ 
[EMAIL PROTECTED] | men just upload their important stuff  -o)
Registered Linux user #9257 |  on ftp and let the rest of the world  /\\
- see http://counter.li.org |       mirror it ;)"  - Linus Torvalds _\_V


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to