You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2005/12/05 14:35:35 UTC

[Bug 4718] New: Envelope Sender sometimes ignored if it's <>

http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4718

           Summary: Envelope Sender sometimes ignored if it's <>
           Product: Spamassassin
           Version: 3.1.0
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Libraries
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: nj@leverton.org


PerMsgStatus.pm, routine get_envelope_from attempts to retrieve the envelope   
sender firstly from the Received headers as per bug 3944, and then from the   
user's configured envelope_sender_header.  Both these tests ignore the sender   
if it is set to <> (i.e., it is present but is a null-sender).  Rules are quite  
likely to want to test for a null envelope sender, e.g. for detecting bounces. 
An example mail will be attached shortly.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 4718] Envelope Sender sometimes ignored if it's <>

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4718


Bug 4718 depends on bug 4747, which changed state.

Bug 4747 Summary: new EnvelopeFrom auto-detection needs doco
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4747

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 4718] Envelope Sender sometimes ignored if it's <>

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4718


nj@leverton.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |4717
              nThis|                            |






------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 4718] Envelope Sender sometimes ignored if it's <>

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4718





------- Additional Comments From nj@leverton.org  2005-12-05 14:54 -------
Created an attachment (id=3290)
 --> (http://issues.apache.org/SpamAssassin/attachment.cgi?id=3290&action=view)
Patch

I submitted an Apache CLA in early July 2005, sent snail-mail as I couldn't get
a fax through.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 4718] Envelope Sender sometimes ignored if it's <>

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4718


Bug 4718 depends on bug 4747, which changed state.

Bug 4747 Summary: new EnvelopeFrom auto-detection needs doco
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4747

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 4718] Envelope Sender sometimes ignored if it's <>

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4718





------- Additional Comments From nj@leverton.org  2005-12-05 14:42 -------
Created an attachment (id=3289)
 --> (http://issues.apache.org/SpamAssassin/attachment.cgi?id=3289&action=view)
Example mail which fails Envelope Sender detection due to having <>.

trusted_networks rules:

    clear_trusted_networks
    clear_internal_networks
    trusted_networks 193.61.107.216
    trusted_networks 193.61.107.217
    trusted_networks 194.66.38.45
    trusted_networks 193.61.107.148
    internal_networks 193.61.107.148
    trusted_networks 193.61.107.149
    internal_networks 193.61.107.149
    trusted_networks 193.61.107.217
    internal_networks 193.61.107.217



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 4718] Envelope Sender sometimes ignored if it's <>

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4718


nj@leverton.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #3290 is|0                           |1
           obsolete|                            |




------- Additional Comments From nj@leverton.org  2005-12-15 17:51 -------
(From update of attachment 3290)
Patch doesn't work in standard setup, as $envf is set to '' for a null envelope
sender.




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 4718] Envelope Sender sometimes ignored if it's <>

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4718


Bug 4718 depends on bug 4747, which changed state.

Bug 4747 Summary: new EnvelopeFrom auto-detection needs doco
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4747

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

[Bug 4718] Envelope Sender sometimes ignored if it's <>

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4718


nj@leverton.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |4747
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




------- Additional Comments From nj@leverton.org  2006-08-24 11:17 -------
I'm subsuming this bug into 4747, as my patch for that tackles this issue  
too.   

*** This bug has been marked as a duplicate of 4747 ***



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.