Bug 109607

Summary: [patch] mail/dbmail: rfc822-conformant headername processing
Product: Ports & Packages Reporter: Mark Starovoytov <mark_sf>
Component: Individual Port(s)Assignee: Cheng-Lung Sung <clsung>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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.