Closed Bug 542947 Opened 14 years ago Closed 8 years ago

errors if mailing list contains mailing list - "sublist <sublist> is not a valid e-mail address because it is not of the form user@host." or "An error occurred while sending mail. The mail server responded: Invalid address syntax.""

Categories

(Thunderbird :: Address Book, defect)

defect
Not set
normal

Tracking

(blocking-thunderbird3.1 -)

RESOLVED DUPLICATE of bug 1287726
Tracking Status
blocking-thunderbird3.1 --- -

People

(Reporter: abhay_dandekar, Unassigned)

References

()

Details

(Keywords: regression, Whiteboard: [gs][regression:TB5][patchlove])

Attachments

(9 files, 2 obsolete files)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7
Build Identifier: Version 3.0.1

Hi All,

Tbird now errors out while sending a mail if a mailing list contains another mailing list.
This was not a problem with Tbird 2.x version

Can we fix this one? It might be an easier one to get off

Regards,
Abhay

Reproducible: Always

Steps to Reproduce:
1. Create 2 mailing lists
2. Include the second mailing list in the first mail list
3. Try sending out a mail to the second mailing list
Actual Results:  
It errors out for the included mailing list

Expected Results:  
It should send the mail without any error
I agree with this. Rephrasing slightly...
1. Create 2 mailing lists; Inner and Outer.
2. Include the Inner mailing list as a recipient in the Outer mail list
3. Try sending out a mail to the Outer mailing list..
==> Error

The is important if you want to use thunderbird for newsletters in, say, charity organizations or clubs - which I do.

In Thunderbird 2 you have an outer list "all" containing the inner lists "members", "officers", "interested parties" and the newsletter goes to all, but committee meetings only go to "officers".
This saves on maintaining multiple lists. E.g. if a member leaves, you just remove them from the "member" list without having to search all other lists.

It is a real shortcoming that Thunderbird 3 no longer supports this.
I agree. It is a real shortcoming that Tbird 3 no longer supports nested emails.
I have used nested lists for many years now and it proves quite useful. I am the organizer of a sports team and people frequently have more than 1 email address. So I have the 'team' list and potentially lists for each member of the team.

On a 'fix it' note (I may be out to lunch here) the error appears to be related to the way the nested email list is parsed. The parsing process, if there is one,  seems to remove the spaces from the nested list name when validating it (that is the way it appears in the error message popup) and it then results in an unauthenticated email address type error. 

That's my 2 cents
Apparently this worked under some conditions in v2, and because people are now broken in 3.0 I am flagging this as desirable (wanted) for v3.1. I certainly don't see this as blocking v3.1.  Note also, this area of code is apparently fragile (in fact it's sort of not officially supported per bug 40301), and so it may or may not turn out to be fixable in v3. 

Key to this bug making progress is someone who can reproduce it will need to: 
a) find the problem in debugger, and/or
b) find the regression range for this issue

Quite bluntly I don't see anyone other than you who are cc in this bug doing the legwork of finding the regression range. the good news is that anyone is capable of doing the work. Instructions at http://garykwong.wordpress.com/2009/02/24/howto-find-regression-windows-through-manual-binary-search/  

From the regression range we can find the code checkin that caused the regression, which will **greatly** improve the odds that this bug gets fixed. 

confirming based on multiple reports. I have not attempted to reproduce. nor will I be working on this any further - leaving it to those who can reproduce.

One last point, I didn't see any bug summary state precisely what the error/message is, and "errors" in this bug's summary is not terribly helpful.  It would be great if someone added that precision to this bug's summary.
Status: UNCONFIRMED → NEW
blocking-thunderbird3.1: --- → ?
Ever confirmed: true
Version: unspecified → 3.0
dmose, see comment 7. I have no estimate of the extent of the pain. but there are 4 dupes so far (one which originated at redhat), and 3 people in this bug before duping occurred
blocking-thunderbird3.1: ? → -
Flags: wanted-thunderbird+
Extension to the issue which I think might be useful for a temporary fix.

1.,2.,3. as described in reproduction steps, plus save a copy in the sent folder.
4. Go to the problematic email in sent folder and edit as new (Ctrl+E)
5. Send the new email.  TB will now handle correctly since all groups are now resolved.
6. Repeat 4&5 until all groups are resolved.

Fixing Idea...
Frankly, I don't know how TB handle email sending, but I believe there should be a module to resolve the email address of recipient somewhere.  In that module, I believe it might be possible to implement an infinite loop until the resolved address looks exactly the same as the previous?
DeWrek in bug 40301 comment 57:
> How can I assist?

Instructions for anyone ...

Regression range finding instructions at
http://garykwong.wordpress.com/2009/02/24/howto-find-regression-windows-through-manual-binary-search/ (but I don't think you need and the builds a fresh profile every time).

It has a link to the nightly builds and many releases. If you need releases older than v2.0.0.22, see ftp://ftp.mozilla.org/pub/thunderbird/releases/ 

If you need help you can ask in one of the IRC channels http://www.mibbit.com/chat/?server=irc.mozilla.org&channel=%23tb-qa,%23maildev
Very annoying regression.  Messed up an immportant outgoing email today.  Wasted an your.
Whiteboard: [someone needs to find the regression range per comment 11,7]
As for the error message, when sending to "toplist", which is an address list that contains another address list "sublist" as one entry, along with other individual addresses, the error message dialog states:

"sublist <sublist> is not a valid e-mail address because
it is not of the form user@host.  You must correct it before sending the
e-mail."
great work ppww!  

bonsai query http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&dir=mozilla%2Fmailnews%2F&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2008-01-25+02%3A00%3A00&maxdate=2008-01-26+04%3A00%3A00&cvsroot=%2Fcvsroot indicates regression is bug 413230.  note bug 413230 comment 7 and bug 413230 comment 9.

p.s. The fact that nested mailing list works in compose is not proof that "nested" is fully implemented in address book. and bug 40301 details that nested mailing lists has never been fully implemented. so your bug 40301 comment 58 is not sufficient reason to close that bug.
Blocks: 413230
Whiteboard: [someone needs to find the regression range per comment 11,7]
Ah, so the *structure* of the address book is not nested; what is implemented is recursive address list parsing/expansion, which results in more or less the same effect when sending.
My apologies for not getting on with the Windows version of Thunderbird regression testing sooner, having offered before.

I confirm that the Windows builds work and fail exactly as in Comment 13 above, (thanks for the pointers, ppww - pity I'd already done some testing before reading your post!!), i.e.
this works:
http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/2008/01/2008-01-25-03-trunk/thunderbird-3.0a1pre.en-US.win32.installer.exe

but this fails:
http://ftp.mozilla.org/pub/mozilla.org/thunderbird/nightly/2008/01/2008-01-26-03-trunk/thunderbird-3.0a1pre.en-US.win32.installer.exe

Again, the Windows error message is slightly different from that in Comment 14 - it is "An error occurred while sending mail. The mail server responded: Invalid address syntax. Please check the message recipient sublist2 and try again." The email had been sent to list "toplist" which contained the the list "sublist2". Both were in the Personal Address Book.
Summary: [Regression] Tbird 3.0.1 errors if mailing list contains mailing list → Tbird 3.0.1 errors if mailing list contains mailing list - "sublist <sublist> is not a valid e-mail address because it is not of the form user@host." or "An error occurred while sending mail. The mail server responded: Invalid address syntax.""
philor: _Tsk_: for bug 542947 - regression ranges aren't from 00:00:00 to 23:59:59, since nightlies are built around 02:00 or 03:00
[16:35] firebot: philor: Bug https://bugzilla.mozilla.org/show_bug.cgi?id=542947 nor, --, ---, nobody, NEW, Tbird 3.0.1 errors if mailing list contains mailing list - "sublist <sublist> is not a valid e-mail
[16:35] philor: fixing your range will pull in the much more likely bug 413230
[16:35] firebot: philor: Bug https://bugzilla.mozilla.org/show_bug.cgi?id=413230 nor, P3, Thunderbird 3.0a3, bugzilla, RESO FIXED, Improve implementation of nsMsgCompose::CheckAndPopulateRecipients
I have the same problem with list of lists. I use this workaround :

1. Open the Adress book on the master list wich contains lists.
2. Select all recipients of the master list (Ctrl - A)
3. Drag & drop the selection on the compose window

It works if there is only two levels of lists encapsulated.
Whiteboard: [gs]
Workarounds are great, but this is a pain compared to prior versions and I, too, would like to see this restored to prior operation.
I would like to nest a mailing list into another one. It is an important feature for me.
Implemented and tested for the 1.9.2 branch
Attachment #575156 - Flags: review?
Attachment #575156 - Flags: review? → review?(mconley)
Comment on attachment 575156 [details] [diff] [review]
This patch should fix the problem with nested lists in tb 3.1

Review of attachment 575156 [details] [diff] [review]:
-----------------------------------------------------------------

A quick question on this patch - why have you made "j" signed as opposed to unsigned?
Attachment #575156 - Flags: review?(mconley)
(In reply to Mike Conley (:mconley) from comment #29)
> Comment on attachment 575156 [details] [diff] [review] [diff] [details] [review]
> This patch should fix the problem with nested lists in tb 3.1
> 
> Review of attachment 575156 [details] [diff] [review] [diff] [details] [review]:
> -----------------------------------------------------------------
> 
> A quick question on this patch - why have you made "j" signed as opposed to
> unsigned?

initial value of j is 0 => for (j = 0; j < ...
if the first recipient is a mailing list and aPopulateMailList is true, --j => 0xffffffff(line 4791) if unsigned.
Hi,

how can I install this patch ? Or is it better to wait for a new release of TB ?

thx
Man am I happy to see this being worked on!

One comment I recall from *somewhere?* was a potential problem with recursive lists.  One simple example: ListA references ListB and ListB references ListA.  Hopefully the patch addresses these problems.
Two items:
- I am running TB 8.0 - does the same patch apply?
- How is the patch applied? I can't seem to see what file this is in reference to, and what about building the exe?

Tnx
Good patch. We need it in TB 3.1
mike should you review this ?
Attached patch patch-v2 (obsolete) — Splinter Review
This patch 'v2' prevents from looping when populating mailing lists
For example, if a list contains L1 contains  L2,  and L2 contains L1.

The mailing lists that have been processed are stored in 'msgLists' Array .
The operator '==' is added to the class nsMsgRecipient.
Attachment #581285 - Flags: review?(mconley)
Attachment #581285 - Attachment is patch: true
Comment on attachment 581285 [details] [diff] [review]
patch-v2

Review of attachment 581285 [details] [diff] [review]:
-----------------------------------------------------------------

Just a few style nits, if you wouldn't mind fixing those.  Also, can I assume you're still passing the XPCShell tests for compose?

::: mailnews/compose/src/nsMsgCompFields.h
@@ +59,5 @@
>    }
>  
>    ~nsMsgRecipient() {}
> +	
> +	PRBool operator==(const nsMsgRecipient &other) const{

Space between const and {

@@ +60,5 @@
>  
>    ~nsMsgRecipient() {}
> +	
> +	PRBool operator==(const nsMsgRecipient &other) const{
> +		if (!mEmail.IsEmpty() && mEmail.Equals(other.mEmail))return PR_TRUE;

For lines 64 and 65, I think I'd prefer the return statements on a different line, rather than inline.

@@ -61,1 +61,5 @@
> >    ~nsMsgRecipient() {}
> > +	
> > +	PRBool operator==(const nsMsgRecipient &other) const{
> > +		if (!mEmail.IsEmpty() && mEmail.Equals(other.mEmail))return PR_TRUE;
> > +		if (!mAddress.IsEmpty() && mAddress.Equals(other.mAddress))return PR_TRUE;			

The alignment in this whole block seems a bit messed up.  Can you line it up with the code above and below please?

::: mailnews/compose/src/nsMsgCompose.cpp
@@ +5083,1 @@
>              && hasAttribute)  // dir=rtl attributes should not downconvert

Line up the && to be directly beneath NS of NS_SUCCEEDED
Attachment #581285 - Flags: review?(mconley) → review-
Attached patch patch_542947-1.9.2-v2b (obsolete) — Splinter Review
Attachment #581285 - Attachment is obsolete: true
Hi gents,

This bug is causing some problem in a French school ( http://www.geckozone.org/forum/viewtopic.php?f=4&t=102608&p=676414#p676391 )... 

If a patch is ready since 2 months, could it be reviewed soon?
Comment on attachment 581591 [details] [diff] [review]
patch_542947-1.9.2-v2b

thx for the patch; When you submit a patch, you need to ask someone for a code review or the patch tends to languish.  Here's more than you ever wanted to know about code reviews at Mozilla - https://developer.mozilla.org/en/Code_Review_FAQ

Since this patch was submitted, we've stopped using PR_TRUE and PR_FALSE in favor of using true and false so you should refresh this patch against the latest trunk comm-central and mozilla code. 

Is this patch needed on the current Mozilla trunk? We're no longer accepting these kind of patches for the 3.1 code releases since they're very close to end of life.
Attachment #581591 - Flags: review?(dbienvenu)
(In reply to David :Bienvenu from comment #40)
> Is this patch needed on the current Mozilla trunk?

I would answer yes for the one who ask on Geckozone, the 14 who vote for the bug and the 9 who support this idea on GSFN :-;
Yes ! In the trunk please :)
I think it is a very useful feature.
Absolutely put it it!  I'm one of many people who are still on TB 2 because this feature is lacking.
I tried to fix this patch so that it builds on the trunk - however, it doesn't seem to work. Could someone else try this on the trunk and see if it works for them? Perhaps I haven't set up my lists correctly. I get an error that innerme<innerme is not a valid address. innerme is the inner list.
Comment on attachment 581591 [details] [diff] [review]
patch_542947-1.9.2-v2b

clearing review request and marking obsolete because we've gotten rid of PR_TRUE and PR_FALSE.
Attachment #581591 - Attachment is obsolete: true
Attachment #581591 - Flags: review?(dbienvenu)
(In reply to David :Bienvenu from comment #44)
> Created attachment 597612 [details] [diff] [review]
> patch that applies and builds against the trunk
> 
> I tried to fix this patch so that it builds on the trunk - however, it
> doesn't seem to work. Could someone else try this on the trunk and see if it
> works for them? 

Tried with
Mozilla/5.0 (Windows NT 5.1; rv:13.0) Gecko/20120228 Thunderbird/13.0a1

It doesn't work for me either
When I insert the 'innerme <innerme>' list in the outerme list two new cards (not list) are created automatically in address book :
Name : innerme
Email address : innerme

Console error shows 2 WARNINGS
> 2012-02-29 10:36:17	gloda.indexer	WARN	Problem during [job:ab-card id:[xpconnect wrapped nsIAbCard] items:0 offset:0 goal:null], bailing.  Problem was at undefined:1978: [Exception... "Cannot modify properties of a WrappedNative"  nsresult: "0x80570034 (NS_ERROR_XPC_CANT_MODIFY_PROP_ON_WN)"  location: "JS frame :: resource:///modules/gloda/gloda.js :: gloda_ns_grokNounItem :: line 1978"  data: no]
> 
> 2012-02-29 10:36:17	gloda.indexer	WARN	Problem during [job:ab-card id:[xpconnect wrapped nsIAbCard] items:0 offset:0 goal:null], bailing.  Problem was at undefined:1978: [Exception... "Cannot modify properties of a WrappedNative"  nsresult: "0x80570034 (NS_ERROR_XPC_CANT_MODIFY_PROP_ON_WN)"  location: "JS frame :: resource:///modules/gloda/gloda.js :: gloda_ns_grokNounItem :: line 1978"  data: no]
as a temp work around, you can create a template mail, with all the inner mail list already in To: fields, and a subject with the outer mail list name.
At sending time, change the subject and fill the body
as TB versions inexplicably moved from 3.0 to 16.0 in a year, the target milestone was 3.1, so I expect now is 16.1, right?
Can the authors, adapt the patches to current trunk?
so I expect now is 17.1, right?
OS: Windows XP → All
Hardware: x86 → All
Summary: Tbird 3.0.1 errors if mailing list contains mailing list - "sublist <sublist> is not a valid e-mail address because it is not of the form user@host." or "An error occurred while sending mail. The mail server responded: Invalid address syntax."" → errors if mailing list contains mailing list - "sublist <sublist> is not a valid e-mail address because it is not of the form user@host." or "An error occurred while sending mail. The mail server responded: Invalid address syntax.""
Version: 3.0 → Trunk
Whiteboard: [gs] → [gs][regression:TB5][patchlove]
It seems nsMsgCompose::CheckAndPopulateRecipients is no longer existing after bug 970118.

Jcranmer, do you know how to adapt the patch? It looks like it is still needed in current trunk.
Flags: needinfo?(Pidgeot18)
(In reply to :aceman from comment #50)
> It seems nsMsgCompose::CheckAndPopulateRecipients is no longer existing
> after bug 970118.
> 
> Jcranmer, do you know how to adapt the patch? It looks like it is still
> needed in current trunk.

Modify ExpandMailingLists instead of CheckAndPopulateRecipients.
Flags: needinfo?(Pidgeot18)
I am THRILLED if someone is actually working on this.  I too am still on TB 2 because of the lack of this feature.  (I know this isn't a meaningful comment, but I want you to know that this is vital to a number of us).
ereeder, how do you include a mailinglist inside a mailinglist?
Can you describe the steps so we can reproduce it correctly?
Here is a simple example, using TB 2. (Also note Comment 32, which warns of a potential problem that must be avoided).

Assume that you want to send out jokes to your friends.  The jokes have "naughtiness" ratings of G, PG, and R.  You want some friends to only receive "G" rated jokes.  Others will receive both "G" and "PG" rated jokes. The remainder will receive "G", "PG, and "R" rated jokes.

You will have the following six individual email addresses for your friends.  To make things simple I'll have their name indicate the "most naughty" joke they will receive:

"John G" johng@aol.com
"George G" georgeg@aol.com
"Tom PG" tompg@aol.com
"Fred PG" fredpg@aol.com
"Herman R" hermanr@aol.com
"William R" williamr@aol.com

You will have the three following mailing lists (jokesG, jokesPG, jokesR).

jokesG will contain the following addresses:
   "John G"
   "George G"

jokesPG will contain the following addresses:
   "jokesG"  (which is the "jokesG" mailing list)
   "Tom PG"
   "Fred PG"

jokesR will contain the following addresses
   "jokesPG"  (which is the "jokesPG mailing list)
   "Herman R"
   "William R"

So an email sent to "jokesG" will only be sent to "John G" and "George G"

An email sent to "jokesPG" will only be sent to the members of the jokesG list AND "Tom PG" and "Fred PG"

An email sent to "jokesR" will be sent to the the members of the "jokesPG" list (which includes the "jokesG" members), as well as "Herman R" and "William R".

Does this make sense?

Regarding Comment 32:  You would not want to allow "jokesPG" to reference "jokesR", as "jokesR" references "jokesPG".  At least you don't want the system to recursively go between the lists when trying to resolve the references at runtime.
Yes, I understand this, but it seems I can't create such an addressbook in current TB (it is probably impossible in the UI). Can you create this sample addressbook (a separate addressbook in TB) in TB 2 and attach the corresponding .mab file here?
Yes, Will try it tomorrow.  Hopefully it is as easy as creating a separate address book, which I didn't know you could do.

If I'm successful I'll also create an included "child" mailing list that references its parent.  So you can see if a recursive list is detected.
I made a .mab file that contains the addresses and lists as shown in Comment 54.  I also created  RecursiveG, RecursivePG, and RecursiveR lists that correspond to the lists in Comment 54, except that RecursiveG contains a reference to RecursiveR.  Not sure how to attach a file, so here is a link to it https://dl.dropboxusercontent.com/u/23689083/abook.mab
Have you created the AB in TB 2?
Current TB shows the jokesG inside jokesPG as a normal contact card, not mailinglist. It appears to me current TB updates the file and forces the sublists to not have the 'mailinglist' flag.

mconley, can you confirm that?
Flags: needinfo?(mconley)
Yes, the address book I supplied was created in TB 2.  jokesG, jokesPG, and jokesR are all mailing lists and not normal contact cards.
Yes, the jokesG, jokesPG, and jokesR are mailinglists and displayed so in the tree under Personal Address book. However, when I view jokesPG list, I see the member jokesG as a normal contact. See the screenshot.
This is a screen shot of the entire address book
Properties of the jokespg mailing list (TB 2)
Attached image jokesg mailing list
The jokesg mailing list (TB 2).  The only list that consists solely of individual email addresses.
None of the screenshots shows the properties (details) of the jokesg item that is inside jokespg mailinglist. But notice it has a single envelope icon, in contrast to the double envelope icon as e.g. RecursiveG has.
Attached image jokesg Properties
Screenshot showing the jokesg mailing list properties window
Attached image RecursiveG Properties
Screenshot showing the properties of the RecursiveG mailing list
The screenshots actually do show the properties, but I didn't provide the Properties window.  The two new screenshots have the property window.

I'm not sure which screenshot you are referring to regarding the single vs. double envelope icon.  If it is "Entire address book (nested mailing lists)", it looks like a mailing list has two entries, one with a single envelope icon and one with a double envelope icon.  The single icon has the name of the mailing list (e.g., jokesg) as the display name and the email address.  The double icon one contains the name of the list (List name) and the email addresses of the individuals in the list.  (I'll attach screen shot of the jokesg List (double envelope) entry
Attached image jokesg List Properties
The properties of a "double envelope" mailing list entry
TB v31.1.0  Sending messages to a Mailing List produces "not a valid e-mail address" response.  Tried many suggestions, all failed.  Removed all spaces from the "List Name", with "List Nickname" and "Description" both blank.  Success in sending.
Messages were successfully send to "Mailing Lists" as late as last week.  I'm not sure when the update to v31.1.0 occurred.
I have a vague memory of this issue occurring somewhere in the distant past.
Apparently Mozilla already knows and has fixed this bug.  I downloaded and installed the beta version 32.0 and this issue has been resolved.
John doesn't work on my TB31.1.0 on Win7 64bit. I got:
sublist1 <sublist1>,sublist2 <sublist2> is not a valid e-mail address because it is not of the form user@host
(In reply to John from comment #69)
> TB v31.1.0  Sending messages to a Mailing List produces "not a valid e-mail
> address" response.  Tried many suggestions, all failed.  Removed all spaces
> from the "List Name", with "List Nickname" and "Description" both blank. 
> Success in sending.
> Messages were successfully send to "Mailing Lists" as late as last week. 
> I'm not sure when the update to v31.1.0 occurred.
> I have a vague memory of this issue occurring somewhere in the distant past.

(In reply to Valerio Messina from comment #71)
> John doesn't work on my TB31.1.0 on Win7 64bit. I got:
> sublist1 <sublist1>,sublist2 <sublist2> is not a valid e-mail address
> because it is not of the form user@host

That is bug 1060901, not this one.
(In reply to :aceman from comment #58)
> Have you created the AB in TB 2?
> Current TB shows the jokesG inside jokesPG as a normal contact card, not
> mailinglist. It appears to me current TB updates the file and forces the
> sublists to not have the 'mailinglist' flag.
> 
> mconley, can you confirm that?

I'm not sure if it forces cards under a mailing list to not have a mailing list flag, or just _assumes_ that cards under a mailing list are not mailing lists. I would guess the latter. I just did a quick skim, and I didn't see any migration code anywhere that moves from one model to the other.
Flags: needinfo?(mconley)
I just updated Thunderbird, and now an OLD problem has raised its ugly head! I just tried emailing to a list in my address book using the alias.  I got the error <list descriptor> is not a valid email address because it is not of the form user@host. You must correct it before sending the email.

I had this problem YEARS ago, and eventually you fixed it. Now with the most recent update, installed today, the BUG is back! Please help!
Of course I can use Address Book, click on the list, and then click on Write and Thunderbird will fill the addresses in appropriately. But what's the point of having a list with an alias if you can't use the alias?
Sorry - looks like I went to the wrong place to report a bug... where should I have reported this?
Hi, I can´t add a mailing list into another mailinglist, because it is not of the form user@host.

I thought, this bug is already fixed. But TB 45.4.0 doesn´t accepted the adding of an mailing adress.

I have more than 20 mailing-lists and I need the function to create a mailing-list, containing other mailing-lists.
Can somebody tell me, what´s wrong. Is there something, i have to do?
But it doesn´t work in TB 45.4.0 :-(
yes, you have to wait :
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 51.0
Thanks!
It´s my first step in here and I haven´t found, when it will be fixed.
Now, after your post, I have also found it ;-)
Good to knew for the next!
Fixed by bug 1287726.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: