Closed
Bug 84145
Opened 24 years ago
Closed 24 years ago
news: Sender searches containing @ will fail
Categories
(MailNews Core :: Networking: NNTP, defect)
MailNews Core
Networking: NNTP
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.2
People
(Reporter: bugzilla, Assigned: sspitzer)
References
Details
(Whiteboard: critical for 0.9.2; ready to checkin)
Attachments
(1 file)
|
887 bytes,
patch
|
Details | Diff | Splinter Review |
If you do a search for the following on a newsgroup on news.mozilla.org you get
an NNTP_ERROR error in the NNTP log.
Search for:
Subject Contains .
Status Is Read
Sender Contains @
The NNTP log says:
0[344128]: creating a new nsNNTPProtocol(3237918)
0[344128]: initializing, so unset m_currentGroup
0[344128]: opening connection on nsNNTPProtocol(3237918)
0[344128]: to news.mozilla.org
0[344128]: on port 119
0[344128]: ParseURL
0[344128]: fullPath = /netscape.public.mozilla.directory?search/XPAT%20SUBJECT%
20%201-%20*.*/XPAT%20FROM%20%201-%20*@*
0[344128]: m_messageID = netscape.public.mozilla.directory?search/XPAT SUBJECT
1- *.*/XPAT FROM 1- *@*
0[344128]: group = (null)
0[344128]: commandSpecificData = (null)
0[344128]: m_key = -1
0[344128]: Next state: NNTP_RESPONSE
0[344128]: Receiving: 200 secnews.netscape.com Netscape-Collabra/3.52 03615
NNRP ready (posting ok).
0[344128]: Next state: NNTP_LOGIN_RESPONSE
0[344128]: Next state: NNTP_SEND_MODE_READER
0[344128]: Sending: MODE READER
0[344128]: Next state: NNTP_RESPONSE
0[344128]: Receiving: 200 secnews.netscape.com Netscape-Collabra/3.52 03615
NNRP ready (posting ok).
0[344128]: Next state: NNTP_SEND_MODE_READER_RESPONSE
0[344128]: Next state: SEND_FIRST_NNTP_COMMAND
0[344128]: Sending: ARTICLE <netscape.public.mozilla.directory?search/XPAT
SUBJECT 1- *.*/XPAT FROM 1- *@*>
0[344128]: Next state: NNTP_RESPONSE
0[344128]: Receiving: 501 [MessageID|Number]
0[344128]: Next state: SEND_FIRST_NNTP_COMMAND_RESPONSE
0[344128]: Next state: NNTP_ERROR
0[344128]: ClosingConnection on nsNNTPProtocol(3237918)
0[344128]: Sending: QUIT
0[344128]: Next state: NNTP_ERROR
0[344128]: ClosingConnection on nsNNTPProtocol(3237918)
0[344128]: Sending: QUIT
0[344128]: ClosingSocket() on nsNNTPProtocol(3237918)
0[344128]: CleanupAfterRunningUrl()
0[344128]: destroying nsNNTPProtocol(3237918)
| Reporter | ||
Comment 1•24 years ago
|
||
actually it was much simpler...
Just searching for
[Sender] [Contains] [@]
0[344128]: Next state: SEND_FIRST_NNTP_COMMAND
0[344128]: Sending: ARTICLE <netscape.public.mozilla.directory?search/XPAT
FROM 1- *@*>
0[344128]: Next state: NNTP_RESPONSE
0[344128]: Receiving: 501 [MessageID|Number]
0[344128]: Next state: SEND_FIRST_NNTP_COMMAND_RESPONSE
0[344128]: Next state: NNTP_ERROR
0[344128]: ClosingConnection on nsNNTPProtocol(3237918)
0[344128]: Sending: QUIT
0[344128]: Next state: NNTP_ERROR
0[344128]: ClosingConnection on nsNNTPProtocol(3237918)
0[344128]: Sending: QUIT
Summary: Getting NNTP_ERROR when doing complicated search → Getting NNTP_ERROR when doing search for "Sender contains @"
Comment 2•24 years ago
|
||
I get a crash when doing that query. Will file a new bug.
| Assignee | ||
Comment 4•24 years ago
|
||
working on the fix. for fallout from some news code cleanup I did a while back.
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.3
| Assignee | ||
Comment 5•24 years ago
|
||
fix in hand. I'll attach the patch.
this patch fixes this problem and makes searches for sender == "foo@bar" work
again for news.
candidate for 0.9.2 and the trunk.
| Assignee | ||
Comment 7•24 years ago
|
||
| Assignee | ||
Comment 8•24 years ago
|
||
fix in hand. updating summary. I suck for not getting to this sooner. I'll
try to land it on the branch, too.
Summary: Getting NNTP_ERROR when doing search for "Sender contains @" → news: Sender searchs containing @ will fail
| Assignee | ||
Updated•24 years ago
|
Summary: news: Sender searchs containing @ will fail → news: Sender searches containing @ will fail
Comment 9•24 years ago
|
||
Looks good. r=cavin.
| Assignee | ||
Comment 10•24 years ago
|
||
this has sr=mscott
fixed on the trunk.
this is worth taking for 0.9.2, I'll seek approval.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 11•24 years ago
|
||
a= asa@mozilla.org for checkin to 0.9.2 branch.
(on behalf of drivers)
| Assignee | ||
Comment 12•24 years ago
|
||
moving back to 0.9.2 since I'm going to land on the branch, too.
Target Milestone: mozilla0.9.3 → mozilla0.9.2
Comment 13•24 years ago
|
||
Reopening so that it stays on drivers for 0.9.2. Please close it once it hits
the branch.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Whiteboard: critical for 0.9.2
Updated•24 years ago
|
Whiteboard: critical for 0.9.2 → critical for 0.9.2; ready to checkin
| Assignee | ||
Comment 14•24 years ago
|
||
fix landed on the 0.9.2 branch.
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Verified FIXED on both trunk _and_ branch using a new profile with:
Server: news.mozilla.org
Newsgroup: netscape.public.mozilla.mail-news
Criteria: Sender contains @
Search brought 13,596 results on builds:
Trunk -
Windows 2K - 2001-07-10-09
Mac OS 9.1 - 2001-07-10-08
RedHat 7.1 - 2001-07-10-08
Branch -
Windows 2K - 2001-07-10-05-0.9.2
Mac OS 9.1 - 2001-07-10-03-0.9.2
RedHat 7.1 - 2001-07-10-08-0.9.2
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•