bugmldonkey, a multi-networks file-sharing client - Bugs: bug #7951, Problem sending mail after...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #7951: Problem sending mail after finished download

Submitter:  None
Submitted:  Mon 01 Mar 2004 09:45:52 AM UTC
   
 
Category:  Core Severity:  4 - Important
Item Group:  Program malfunction Status:  Fixed
Assigned to:  None Open/Closed:  Closed
Release:  2-5-12 Release:  2.5.12
Operating System:  Linux Binaries Origin:  CVS / Self compiled
CPU type:  None

Mon 15 Mar 2004 12:52:23 AM UTC, comment #4: 

Please check if this bug still is in current CVS version.
You should find a tarball of current CVS in files section of
this project: http://savannah.nongnu.org/download/mldonkey/

spiralvoice <spiralvoice>
Group administrator
Mon 01 Mar 2004 04:55:57 PM UTC, comment #3: 

I have to disable add_mail_brackets with this patch, then I can send mail via T-Online.

spiralvoice <spiralvoice>
Group administrator
Mon 01 Mar 2004 04:38:51 PM UTC, comment #2: 

Please tell us if patch 2720 fixes the problem.

spiralvoice <spiralvoice>
Group administrator
Mon 01 Mar 2004 01:39:56 PM UTC, comment #1: 

The option add_mail_brackets should take care of this.
I say should because I think it does not.
In src/utils/net/mailer.ml, line 90-93 it says if add_mail_brackets = true then "MAIL FROM <%s>" else "MAIL FROM %s".
%s is a placeholder for the mail adress which is filled in commonInteractive, line 146, the place you have found.
And there are brackets hard coded so add_mail_brackets does nothing but add yet MORE brackets to MAIL FROM when sending the notification. So I think you are right to remove them. I will test it here and will post a patch IF I can still send mails in my environment (local exim), regarding other environments I will post a message in the dev forum on MLDonkey world...

spiralvoice <spiralvoice>
Group administrator
Mon 01 Mar 2004 09:45:52 AM UTC, original submission:  

Hi,
in commonInteractive.ml there is an assignment:
M.mail_from = Printf.sprintf "mldonkey <%s>" !!mail;

the brackets disturb the mailer of my provider (t-online), so mail gets sent my mlnet, but it vanishes inside t-online.

removing the <> in the above line does the trick and mailing works again.

BTW: What is the "sendmailbracket" option used for ? I've seen an other area in the code which also seems to deal with sending mail that honors that option

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 5 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-05-02 spiralvoice StatusNone Fixed
    Open/ClosedOpen Closed
2004-03-02 spiralvoice Item GroupNone Program malfunction
    Release2.00 2-5-12
2004-03-01 spiralvoice Severity3 - Normal 4 - Important

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code