Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Mozilla Software > ThunderBird

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-06-2008, 10:17 AM
DaN
 
Posts: n/a
X-No-Archive: Yes

Hi,

Does anyone know an extension for Thunderbird that will allow me to add
"X-No-Archive: Yes" to the header of usenet postings?

thanks,

~Dan
Reply With Quote
  #2 (permalink)  
Old 09-06-2008, 05:11 PM
G. R. Woodring
 
Posts: n/a
Re: X-No-Archive: Yes

Date: 9/6/2008 5:17 AM, Author: DaN Wrote:
> Hi,
>
> Does anyone know an extension for Thunderbird that will allow me to add
> "X-No-Archive: Yes" to the header of usenet postings?
>
> thanks,
>
> ~Dan


You don't need an extension, the header can be added through about:config (or
editing/creating user.js, or editing prefs.js). On my posts I have an
"X-Machine:" header with my computer specifications. This is done with two
entries in prefs.js:

mail.identity.id6.headers
mail.identity.id6.header.machine

For No-Archive:

mail.identity.id[x].headers string no-archive
mail.identity.id[x].header.no-archive string X-No-Archive: Yes

The id6 in the first example is for the news.mozilla.org server on _my_ computer
and will likely be different on yours. You will need to add this pref for each
server that you want to include the header. You won't be able to change this on
a per-message basis.

Using [Tools]>[Options...]>[Advanced]>[Config Editor...] is probably the safest
way to make the changes. You will need to figure out which id[x] is associated
with which server before adding the pref. With Config Editor open, right-click
in an open area and select "New" then "String". Enter the pref and follow the
prompts.

It's possible that an extension adds a simpler user interface and that might be
preferable if you want to make lots of header additions. If such exists,
someone here may respond with the name and/or link.


--
G. R. Woodring
Reply With Quote
  #3 (permalink)  
Old 09-06-2008, 08:55 PM
Onno Ekker
 
Posts: n/a
Re: X-No-Archive: Yes

G. R. Woodring wrote:
> Date: 9/6/2008 5:17 AM, Author: DaN Wrote:
>
>> Hi,
>>
>> Does anyone know an extension for Thunderbird that will allow me to add
>> "X-No-Archive: Yes" to the header of usenet postings?
>>
>> thanks,
>>
>> ~Dan
>>

>
> You don't need an extension, the header can be added through about:config (or
> editing/creating user.js, or editing prefs.js). On my posts I have an
> "X-Machine:" header with my computer specifications. This is done with two
> entries in prefs.js:
>
> mail.identity.id6.headers
> mail.identity.id6.header.machine
>
> For No-Archive:
>
> mail.identity.id[x].headers string no-archive
> mail.identity.id[x].header.no-archive string X-No-Archive: Yes
>
> The id6 in the first example is for the news.mozilla.org server on _my_ computer
> and will likely be different on yours. You will need to add this pref for each
> server that you want to include the header. You won't be able to change this on
> a per-message basis.
>

You can also do this with the user preference mail.compose.other.header.
Here you can enter a comma separated list of headers that you want to be
able to add to your messages. After adding X-No-Archive to this list,
you can add this header line by selecting it in the headers box as a
type (instead of To, Cc, Bcc, Newsgroup...) and specify the value Yes/No
where you'd normally put the e-mail address.

This way you can specify the header on a message by message basis...
> Using [Tools]>[Options...]>[Advanced]>[Config Editor...] is probably the safest
> way to make the changes. You will need to figure out which id[x] is associated
> with which server before adding the pref. With Config Editor open, right-click
> in an open area and select "New" then "String". Enter the pref and follow the
> prompts.
>
> It's possible that an extension adds a simpler user interface and that might be
> preferable if you want to make lots of header additions. If such exists,
> someone here may respond with the name and/or link.
>


Onno
Reply With Quote
  #4 (permalink)  
Old 09-06-2008, 09:25 PM
s|b
 
Posts: n/a
Re: X-No-Archive: Yes

On Sat, 06 Sep 2008 12:11:27 -0400, G. R. Woodring wrote:

> It's possible that an extension adds a simpler user interface and that might be
> preferable if you want to make lots of header additions. If such exists,
> someone here may respond with the name and/or link.


I think Mehny can do that:
<http://mnenhy.mozdev.org/customheaders.html>

--
s|b
Reply With Quote
  #5 (permalink)  
Old 09-06-2008, 10:17 PM
Snorkelson MacBurp
 
Posts: n/a
Re: X-No-Archive: Yes

Onno Ekker wrote:
> G. R. Woodring wrote:
>> Date: 9/6/2008 5:17 AM, Author: DaN Wrote:
>>
>>> Hi,
>>>
>>> Does anyone know an extension for Thunderbird that will allow me to add
>>> "X-No-Archive: Yes" to the header of usenet postings?
>>>
>>> thanks,
>>>
>>> ~Dan
>>>

>> You don't need an extension, the header can be added through about:config (or
>> editing/creating user.js, or editing prefs.js). On my posts I have an
>> "X-Machine:" header with my computer specifications. This is done with two
>> entries in prefs.js:
>>
>> mail.identity.id6.headers
>> mail.identity.id6.header.machine
>>
>> For No-Archive:
>>
>> mail.identity.id[x].headers string no-archive
>> mail.identity.id[x].header.no-archive string X-No-Archive: Yes
>>
>> The id6 in the first example is for the news.mozilla.org server on _my_ computer
>> and will likely be different on yours. You will need to add this pref for each
>> server that you want to include the header. You won't be able to change this on
>> a per-message basis.
>>

> You can also do this with the user preference mail.compose.other.header.
> Here you can enter a comma separated list of headers that you want to be
> able to add to your messages. After adding X-No-Archive to this list,
> you can add this header line by selecting it in the headers box as a
> type (instead of To, Cc, Bcc, Newsgroup...) and specify the value Yes/No
> where you'd normally put the e-mail address.
>
> This way you can specify the header on a message by message basis...
>> Using [Tools]>[Options...]>[Advanced]>[Config Editor...] is probably the safest
>> way to make the changes. You will need to figure out which id[x] is associated
>> with which server before adding the pref. With Config Editor open, right-click
>> in an open area and select "New" then "String". Enter the pref and follow the
>> prompts.
>>
>> It's possible that an extension adds a simpler user interface and that might be
>> preferable if you want to make lots of header additions. If such exists,
>> someone here may respond with the name and/or link.
>>

>
> Onno


Just checking to see if it works...

--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on Usenet and in email?

..snork
Reply With Quote
  #6 (permalink)  
Old 09-06-2008, 10:21 PM
Snorkelson MacBurp
 
Posts: n/a
Re: X-No-Archive: Yes

Snorkelson MacBurp wrote:
> Onno Ekker wrote:
>> G. R. Woodring wrote:
>>> Date: 9/6/2008 5:17 AM, Author: DaN Wrote:
>>>
>>>> Hi,
>>>>
>>>> Does anyone know an extension for Thunderbird that will allow me to add
>>>> "X-No-Archive: Yes" to the header of usenet postings?
>>>>
>>>> thanks,
>>>>
>>>> ~Dan
>>>>
>>> You don't need an extension, the header can be added through about:config (or
>>> editing/creating user.js, or editing prefs.js). On my posts I have an
>>> "X-Machine:" header with my computer specifications. This is done with two
>>> entries in prefs.js:
>>>
>>> mail.identity.id6.headers
>>> mail.identity.id6.header.machine
>>>
>>> For No-Archive:
>>>
>>> mail.identity.id[x].headers string no-archive
>>> mail.identity.id[x].header.no-archive string X-No-Archive: Yes
>>>
>>> The id6 in the first example is for the news.mozilla.org server on _my_ computer
>>> and will likely be different on yours. You will need to add this pref for each
>>> server that you want to include the header. You won't be able to change this on
>>> a per-message basis.
>>>

>> You can also do this with the user preference mail.compose.other.header.
>> Here you can enter a comma separated list of headers that you want to be
>> able to add to your messages. After adding X-No-Archive to this list,
>> you can add this header line by selecting it in the headers box as a
>> type (instead of To, Cc, Bcc, Newsgroup...) and specify the value Yes/No
>> where you'd normally put the e-mail address.
>>
>> This way you can specify the header on a message by message basis...
>>> Using [Tools]>[Options...]>[Advanced]>[Config Editor...] is probably the safest
>>> way to make the changes. You will need to figure out which id[x] is associated
>>> with which server before adding the pref. With Config Editor open, right-click
>>> in an open area and select "New" then "String". Enter the pref and follow the
>>> prompts.
>>>
>>> It's possible that an extension adds a simpler user interface and that might be
>>> preferable if you want to make lots of header additions. If such exists,
>>> someone here may respond with the name and/or link.
>>>

>> Onno

>
> Just checking to see if it works...
>

Oops! Left in the colon...


--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on Usenet and in email?

..snork
Reply With Quote
  #7 (permalink)  
Old 09-07-2008, 05:41 AM
DaN
 
Posts: n/a
Re: X-No-Archive: Yes

Thanks, it works I tested it on Usenet, then checked with google groups
to see if the header is recognised.

I'm currently adding it to the rest of my accounts.
Reply With Quote
  #8 (permalink)  
Old 09-07-2008, 01:38 PM
s|b
 
Posts: n/a
Re: X-No-Archive: Yes

On Sun, 07 Sep 2008 12:41:17 +0800, DaN wrote:

> Thanks, it works I tested it on Usenet, then checked with google groups
> to see if the header is recognised.
>
> I'm currently adding it to the rest of my accounts.


Why? Do you think it will stop anyone (besides Google Groups) from
archiving your postings?

Your posting made me check on my own settings and apparently I had XNA:y
switched on. I've switched it off since, in this newsgroup, I can't see
the purpose. By allowing my postings to be archived in Google Groups
they could be of use to someone looking for an answer through Google
Groups.

BTW did you notice I quoted your complete posting? Your XNA:y won't stop
GG from archiving my follow-up, your quotes included. (And there are
several archives out there who couldn't care less for the XNA:y
setting...)

--
s|b
Reply With Quote
  #9 (permalink)  
Old 09-07-2008, 02:00 PM
Jay Garcia
 
Posts: n/a
Re: X-No-Archive: Yes

On 07.09.2008 07:38, s|b wrote:

--- Original Message ---

> On Sun, 07 Sep 2008 12:41:17 +0800, DaN wrote:
>
>> Thanks, it works I tested it on Usenet, then checked with google groups
>> to see if the header is recognised.
>>
>> I'm currently adding it to the rest of my accounts.

>
> Why? Do you think it will stop anyone (besides Google Groups) from
> archiving your postings?
>
> Your posting made me check on my own settings and apparently I had XNA:y
> switched on. I've switched it off since, in this newsgroup, I can't see
> the purpose. By allowing my postings to be archived in Google Groups
> they could be of use to someone looking for an answer through Google
> Groups.
>
> BTW did you notice I quoted your complete posting? Your XNA:y won't stop
> GG from archiving my follow-up, your quotes included. (And there are
> several archives out there who couldn't care less for the XNA:y
> setting...)
>


Interesting read: http://sweh.spuddy.org/noarchive.html

Also interesting is that this entire discussion has been fed to
FixUnix.com forums. :-)

--
Jay Garcia - Netscape/Flock Champion
www.ufaq.org
Netscape - Flock - Firefox - Thunderbird - Seamonkey Support
Reply With Quote
  #10 (permalink)  
Old 09-07-2008, 08:25 PM
Ron K.
 
Posts: n/a
Re: X-No-Archive: Yes

Jay Garcia on 9/7/2008 9:00 AM, keyboarded a reply:
> On 07.09.2008 07:38, s|b wrote:
>
> --- Original Message ---
>
>> On Sun, 07 Sep 2008 12:41:17 +0800, DaN wrote:
>>
>>> Thanks, it works I tested it on Usenet, then checked with google groups
>>> to see if the header is recognised.
>>>
>>> I'm currently adding it to the rest of my accounts.

>> Why? Do you think it will stop anyone (besides Google Groups) from
>> archiving your postings?
>>
>> Your posting made me check on my own settings and apparently I had XNA:y
>> switched on. I've switched it off since, in this newsgroup, I can't see
>> the purpose. By allowing my postings to be archived in Google Groups
>> they could be of use to someone looking for an answer through Google
>> Groups.
>>
>> BTW did you notice I quoted your complete posting? Your XNA:y won't stop
>> GG from archiving my follow-up, your quotes included. (And there are
>> several archives out there who couldn't care less for the XNA:y
>> setting...)
>>

>
> Interesting read: http://sweh.spuddy.org/noarchive.html
>
> Also interesting is that this entire discussion has been fed to
> FixUnix.com forums. :-)
>


Where in the devil did they get the postings? This server only feeds GG.
There have been past cases of news server admins "Pulling" from Mozilla in
the same manner as a newsreader client.

--
Ron K.
Who is General Failure, and why is he searching my HDD?
Kernel Restore reported Major Error used BSOD to msg the enemy!
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Mozilla Software > ThunderBird


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 06:26 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Loans | Personal Loans | Online Advertising | Find Local Jobs | Loans



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114