Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 52925
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T16:58:59+00:00 2026-05-10T16:58:59+00:00

This is a new gmail labs feature that lets you specify an RSS feed

  • 0

This is a new gmail labs feature that lets you specify an RSS feed to grab random quotes from to append to your email signature. I’d like to use that to generate signatures programmatically based on parameters I pass in, the current time, etc. (For example, I have a script in pine that appends the current probabilities of McCain and Obama winning, fetched from intrade’s API. See below.) But it seems gmail caches the contents of the URL you specify. Any way to control that or anyone know how often gmail looks at the URL?

ADDED: Here’s the program I’m using to test this. This file lives at http://kibotzer.com/sigs.php. The no-cache header idea, taken from here — http://mapki.com/wiki/Dynamic_XML — seems to not help.

<?php  header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); // Date in the past header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); // HTTP/1.1 header('Cache-Control: no-store, no-cache, must-revalidate'); header('Cache-Control: post-check=0, pre-check=0', false); // HTTP/1.0 header('Pragma: no-cache'); //XML Header header('content-type:text/xml'); ?>  <!DOCTYPE rss PUBLIC '-//Netscape Communications//DTD RSS 0.91//EN' 'http://my.netscape.com/publish/formats/rss-0.91.dtd'> <rss version='0.91'> <channel> <title>Dynamic Signatures</title> <link>http://kibotzer.com</link> <description>Blah blah</description> <language>en-us</language> <pubDate>26 Sep 2008 02:15:01 -0000</pubDate> <webMaster>dreeves@kibotzer.com</webMaster> <managingEditor>dreeves@kibotzer.com (Daniel Reeves)</managingEditor> <lastBuildDate>26 Sep 2008 02:15:01 -0000</lastBuildDate>  <image> <title>Kibotzer Logo</title> <url>http://kibotzer.com/logos/kibo-logo-1.gif</url> <link>http://kibotzer.com/</link> <width>120</width> <height>60</height> <description>Kibotzer</description> </image>  <item> <title> Dynamic Signature 1 (<?php echo gmdate('H:i:s'); ?>)  </title> <link>http://kibotzer.com</link> <description>This is the description for Signature 1 (<?php echo gmdate('H:i:s'); ?>) </description> </item>  <item> <title> Dynamic Signature 2 (<?php echo gmdate('H:i:s'); ?>)  </title> <link>http://kibotzer.com</link> <description>This is the description for Signature 2 (<?php echo gmdate('H:i:s'); ?>) </description> </item>  </channel> </rss> 
 -- http://ai.eecs.umich.edu/people/dreeves  - -  search://'Daniel Reeves'  Latest probabilities from intrade...   42.1%  McCain becomes president (last trade 18:07 FRI)   57.0%  Obama becomes president (last trade 18:34 FRI)   17.6%  US recession in 2008 (last trade 16:24 FRI)   16.1%  Overt air strike against Iran in '08 (last trade 17:39 FRI) 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T16:59:00+00:00Added an answer on May 10, 2026 at 4:59 pm

    You might be able to do something on the clientside, take a look at this greasemonkey script which randomly adds a signature. Since it’s under your control, and not google’s, you can control if it caches or not.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Why does this timeout? Dim s As New SmtpClient s.Host = smtp.gmail.com s.Port =
This is a very simple issue. I'm trying to put a link to an
click(new XPath(/HTML[1]/BODY[1]/DIV[1]/DIV[2]/DIV[1]/DIV[2]/DIV[1]/DIV[2]/DIV[1]/DIV[1]/DIV[2]/DIV[1]/DIV[1]/DIV[1]/DIV[1]/DIV[2]/DIV[1]/DIV[1]/DIV[1]/DIV[1]/DIV[1]/DIV[2]/DIV[1]/SPAN[1]/SPAN[2]/#text[1])); ..or var foo = document.evaluate(/HTML[1]/BODY[1]/DIV[1]/DIV[2]/DIV[1]/DIV[2]/DIV[1]/DIV[2]/DIV[1]/DIV[1]/DIV[2]/DIV[1]/DIV[1]/DIV[1]/DIV[1]/DIV[2]/DIV[1]/DIV[1]/DIV[1]/DIV[1]/DIV[1]/DIV[2]/DIV[1]/SPAN[1]/SPAN[2]/#text[1], document, null, XPathResult.ANY_TYPE,null); Result to: [Exception... The
I'm pretty new to programming and html design and would like to ask a
I want to show how many unread emails I have in my inbox (gmail)
I am fairly new to qTip and so far things look awesome for implementing.
I have a big problem with my SMTP server for sending emails. It's down
I remember some options where Ajax like(No post back world) file upload was supported,
i have a strange problem with sending HTML mail in c#. Basically i am
I am calling a controller method SendMe(formCollection myForm){}. But I don't know how to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.