Bug 109607 - [patch] mail/dbmail: rfc822-conformant headername processing
Summary: [patch] mail/dbmail: rfc822-conformant headername processing
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-27 15:50 UTC by Mark Starovoytov
Modified: 2007-02-27 16:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.46 KB, patch)
2007-02-27 15:50 UTC, Mark Starovoytov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Starovoytov 2007-02-27 15:50:07 UTC
Headernames should be processed case-insensitively according to RFC822 3.4.7.

Problem reported by Larry Rosenman. Patch for the problem was on the dbmail-dev list.

Fix: Patch attached with submission follows:
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-02-27 15:58:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-02-27 16:18:11 UTC
clsung      2007-02-27 16:18:03 UTC

  FreeBSD ports repository

  Modified files:
    mail/dbmail          Makefile 
  Added files:
    mail/dbmail/files    patch-rfc822_headername_case 
  Log:
  - Headernames should be processed case-insensitively according to RFC822 3.4.7.
  - Problem reported by Larry Rosenman. Patch for the problem was on the dbmail-dev list.
  - bump PORTREVISION
  
  PR:             ports/109607
  Submitted by:   maintainer (Mark Starovoytov)
  
  Revision  Changes    Path
  1.32      +1 -0      ports/mail/dbmail/Makefile
  1.1       +26 -0     ports/mail/dbmail/files/patch-rfc822_headername_case (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-02-27 16:18:12 UTC
State Changed
From-To: open->closed

Committed. Thank You.