Re: messages chopped in half
David Morse <svref-/[email protected]> Thu, 22 Jan 2004 12:53:59 -0500
| Newsgroups | gmane.mail.yosucker.general |
|---|---|
| Message-ID | <[email protected]> |
Hm, well after actually looking to the facts of the matter, instead of me just making stuff up, I saw this behavior today: A message shows up, all ok, at 7:02 am this morning. (According to its "Date" header) The body of a message shows up (again), without any headers, as a separate message at 8:00 am. (not sure why Mozilla thinks this, since there is no "Date" header. It could be the time mozilla popped it off the local pop3d.) My mail flow, if I remember it right: yahoo ---> Yosucker ---> localhost:/var/spool/mail/dm ---> pop3d -----> Mozilla
sample1.conf
(text/plain, 3.3 KB)
# sample.conf - Y(aho)o!Sucker configuration file # Copyright Dirk Diggler & Som One 1996-2001. All rides reserved. # Redistribution and use, with or without modification, # is permitted in the sense of GDWYWL # (GeneralDoWhateverYouWantLicense). # -z3r0- <Connect Info> # Set your YahooMail server address # IMPORTANT: Always leave mail.yahoo.com here # even if you normaly use lets say mail.yahoo.it!!! HOST=mail.yahoo.com # Port YoSucker should connect to - if commented, defaults to 80/443 # Obsolette - note needed any more # PORT=8080 </Connect> <Login Details> # What's your YahooMail username/id? USERNAME=XXXXX # Your Yahoo password - must be encrypted # (use EncPasswd utility to encrypt it) PASSWD=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX # Should I use a secure connection to login? # Default is 1 (Yes) - login is slower but more secure SSL=1 </Login> <Check Method> # See doc/FastCheck for detail. # Yahoo Messenger based fast e-mail checking. Switching this feature # on (FASTCHECK=1) will reduce significantly the time YoSucker needs # to determine whether you have some new incomming messages. The # YoSucker fetch-mail routine will then be launched only if there are # some new messages. Makes sense only only if BOX is set to Inbox. FASTCHECK=0 # Your Yahoo password - must be encrypted (use EncPasswd utility # to encrypt it) # Note: Please use the same order as generated by EncPasswd # unless FastCheck won't work! Do not mix FASTPASS1 and FASTPASS2 FASTPASS1=0101010101010101010101-- FASTPASS2=1010101010101010101010-- </Check> <Fetch Mail> # Where should I look for messages? # CASE SENSITIVE!!! # Options are: Inbox, Sent, Trash, Draft? or any of your YM folders BOX=Inbox # Messages will be saved (appended) in... # For procmail add procmail command line and set following PIPE to 1 # See FAQ... OUTFILE=/var/mail/dm # The next parameter determines whether your mail is written to # a file or redirected to another program such as "procmail" # Options: 0 (output to file) or 1 (out to pipe) # Leave 0 unless you know what you're doing PIPE=0 # Leave mail on server? - default is 1 (Yes) # If set to 0 fetched messages will be moved to # Trash folder on the server LEAVE=0 # Empty trash when logout? # 1 (Yes) / 0 (No!) TRASH=1 # LIMIT is a speed tuning option; See FAQ documentation for details # Default is 25; Set to 0 for no limit; 10-15 should be OK for daily use LIMIT=25 </Fetch> <Proxy Settings> # Set your proxy server address # PROXY=proxy.domain.com # Set your proxy port # PROXY_PORT=8080 </Proxy> <Other> # Select how much should Yo!Sucker show # Options: quiet = 0, normal = 1 DEBUG=1 # try not to split messages in half. QUOTEFROM=1 # Choose an action (i.e. a command to execute when new mail arrives # ON_NEWMAIL="command attributes" # This command will be executed when YoSucker finds no new incomming messages # ON_NO_MAIL="command attributes" </Other> <Lethal Options> # IMPORTANT!!!! Setting the following CLEAN option to "KillEmAll" # will move all your messages stored in selected BOX into trash, # WITHOUT actually fetching the messages!!! Repository will be # ignored. # # BE VERY CAREFULL WITH THIS FEATURE!!! # # Never set CLEAN=KillEmAll unless you know EXACTLY what you're # doing. I warned ya! # # THIS IS A SEEK&DESTROY ALGORITHM!!! # # Options: KillEmAll (erase all messages), # all the other values will be ignored. CLEAN=0 </Lethal>
Attached Message
(message/rfc822, 744 B) - not displayed
Attached Message
(message/rfc822, 3.4 KB) - not displayed