Signature block

Print Print
Reading time 7:44

A signature block (often abbreviated as signature, sig block, sig file, .sig, dot sig, siggy, or just sig) is a personalized block of text automatically appended at the bottom of an email message, Usenet article, or forum post.

Email and Usenet

An email signature is a block of text appended to the end of an email message often containing the sender's name, address, phone number, disclaimer or other contact information.

"Traditional" internet cultural .sig practices assume the use of monospaced ASCII text because they pre-date MIME and the use of HTML in email. In this tradition, it is common practice for a signature block to consist of one or more lines containing some brief information on the author of the message such as phone number and email address, URLs for sites owned or favoured by the author—but also often a quotation (occasionally automatically generated by such tools as fortune), or an ASCII art picture. Among some groups of people it has been common to include self-classification codes.

  |\_/|        ****************************    (\_/)
 / @ @ \       *  "Purrrfectly pleasant"  *   (='.'=)
( > º < )      *       Poppy Prinz        *   (")_(")
 `>>x<<´       *   ([email protected])   *
 /  O  \       ****************************

Most email clients, including Mozilla Thunderbird, the built-in mail tool of the web browser Opera, Microsoft Outlook and Outlook Express, and Eudora, can be configured to automatically append an email signature with each new message. A shortened form of a signature block (sometimes called a "signature line"), only including one's name, often with some distinguishing prefix, can be used to simply indicate the end of a post or response. Most email servers can be configured to append email signatures to all outgoing mail as well.

Email signature generator

An email signature generator is an app or an online web app that allows users to create a designed email signature using a pre-made template (with no need for HTML coding skills).

Signatures in Usenet postings

Signature blocks are also used in the Usenet discussion system.

...orist it's an unnecessary optimization and a (to use your words)
"performance hack", but I'm interested in a Real operating system ---
not a research toy.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Theodore Ts'o				bloom-beacon!mit-athena!tytso
308 High St., Medford, MA 02155		[email protected]
   Everybody's playing the game, but nobody's rules are the same!
— a real example from Theodore Ts'o during the Tanenbaum–Torvalds debate[1][2]

Email signatures in business

Businesses often automatically append signature blocks to messages—or have policies mandating a certain style. Generally they resemble standard business cards in their content—and often in their presentation—with company logos and sometimes even the exact appearance of a business card. In some cases, a vCard is automatically attached.

In addition to these standard items, email disclaimers of various sorts are often automatically appended. These are typically couched in legal jargon, but it is unclear what weight they have in law, and they are routinely lampooned.[3][4]

Business emails may also use some signature block elements mandated by local laws:

  • Germany requires companies to disclose their company name, registration number, place of registration etc. in email signatures, in any business-related emails.[5]
  • Ireland's Director of Corporate Enforcement requires all limited companies operating websites to disclose such information in their emails.[6]
  • The UK's ECommerce Regulations require this information in all emails from limited companies.[7]

While criticized by some as overly bureaucratic, these regulations only extend existing laws for paper business correspondence to email.

Standard delimiter

The Usenet news system standards say that a signature block is conventionally delimited from the body of the message by a single line consisting of exactly two hyphens, followed by a space, followed by the end of line (i.e., in C-notation: "-- \n").[8][9][10] This latter prescription, which goes by many names, including "sig dashes", "signature cut line", "sig-marker", "sig separator" and "signature delimiter", allows software to automatically mark or remove the sig block as the receiver desires.

-- 
Brad Templeton, publisher, ClariNet Communications Corp.         [email protected]
The net's #1 E-Newspaper (1,160,000 paid sbscrbrs.)  http://www.clari.net/brad/
— a real example from Brad Templeton posting in rec.humor.funny in 1995 showing sig dashes.[2][11]

Most Usenet clients (including, for example, Mozilla Thunderbird) will recognize the “dash dash space” delimiter in a news article and will cut off the signature below it when inserting a quote of the original message into the composition window for a reply. Although the Usenet standards strictly apply only to Usenet news articles, this same delimiter convention is widely used in email messages as well, and email clients (such as K-9 and Opera Mail) commonly use it for recognition and special handling of signatures in email.

Internet forums

On web forums, the rules are often less strict on how a signature block is formatted, as Web browsers typically are not operated within the same constraints as text interface applications. Users will typically define their signature as part of their profile. Depending on the board's capabilities, signatures may range from a simple line or two of text to an elaborately constructed HTML piece. Images are often allowed as well, including dynamically updated images usually hosted remotely and modified by a server-side script. In some cases avatars or hackergotchis take over some of the role of signatures.

FidoNet

With FidoNet, echomail and netmail software would often add an origin line at the end of a message. This would indicate the FidoNet address and name of the originating system (not the user). The user posting the message would generally not have any control over the origin line. However, single-line taglines, added under user control, would often contain a humorous or witty saying. Multi-line user signature blocks were rare.

However, a tearline standard for FidoNet was included in FTS-0004[12] and clarified in FSC-0068[13] as three dashes optionally followed by a space optionally followed by text.

See also

  • Acknowledgment (creative arts and sciences)
  • Attribution (copyright)
  • Byline
  • Credit (creative arts)
  • Kibo, a Usenet poster famous for his absurdly long signature
  • Signature tag

Notes and references

  1. ^ "LINUX is obsolete", comp.os.minix
  2. ^ a b Note that the email address has been automatically obfuscated by Google Groups
  3. ^ "Spare us the e-mail yada-yada", The Economist: 73, April 9, 2011
  4. ^ Lester Haines (18 May 2001), "The Email Disclaimer Awards 2001", The Register
  5. ^ "German bureaucracy, coming to your e-mail now"
  6. ^ "Irish ODCE Information Notice I/2007/2 - Disclosure of Company Particulars in E-Communications and on Websites" Archived 2010-02-24 at the Wayback Machine
  7. ^ "ECommerce Regulations"
  8. ^ [1] RFC 3676: The Text/Plain Format and DelSp Parameters, section 4.3 (2004): "There is a long-standing convention in Usenet news which also commonly appears in Internet mail of using "-- " as the separator line between the body and the signature of a message."
  9. ^ [2] RFC 1849: “Son of 1036”: News Article Format and Transmission, section 4.3 (1994, minor revisions 2010), said that "If a poster or posting agent does append a signature to an article, the signature SHOULD be preceded with a delimiter line containing (only) two hyphens (ASCII 45) followed by one blank (ASCII 32)." However, RFC 1849 was superseded by RFC 5536 (2009), which says nothing at all about signature blocks or delimiters.
  10. ^ [3] "Usenet Best Practice", Usenet Format Working Group, section 3.1.2.1 (2005) said that "Whenever a poster or posting agent appends such a signature to an article, it MUST be preceded with a delimiter line containing (only) two hyphens (US-ASCII 45) followed by one SP (US-ASCII 32)." However, this document was an "Internet-Draft" and was never adopted as a standard.
  11. ^ "Admin: "Internet Jokebook" price reduced to $9.95", 02/12/1995, rec.humor.funny
  12. ^ "FidoNet EchoMail Specification"
  13. ^ "A Proposed Replacement For FTS-0004"

External links

By: Wikipedia.org
Edited: 2021-06-18 14:30:46
Source: Wikipedia.org