File: NEWS.html

package info (click to toggle)
rubyfilter 0.12-2.1
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 688 kB
  • sloc: ruby: 3,228; makefile: 64
file content (137 lines) | stat: -rw-r--r-- 3,891 bytes parent folder | download | duplicates (3)
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>File: NEWS</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <link rel=StyleSheet href=".././rdoc-style.css" type="text/css" media="screen" />
  <script type="text/javascript" language="JavaScript">
  <!--
  function popCode(url) {
    window.open(url, "Code", 
          "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
  }
  //-->
  </script>
</head>

<body bgcolor="white">
<table summary="Information on file" width="100%">
 <tr class="title-row">
 <td><table summary="layout" width="100%"><tr>
   <td class="big-title-font" colspan="2">NEWS</td>
   <td align="right"><table summary="layout" cellspacing="0" cellpadding="2">
         <tr>
           <td  class="small-title-font">Path:</td>
           <td class="small-title-font">NEWS</td>
         </tr>
         <tr>
           <td class="small-title-font">Modified:</td>
           <td class="small-title-font">Fri Dec 26 22:36:31 PST 2003</td>
         </tr>
        </table>
    </td></tr></table></td>
  </tr>
</table>
  <!-- banner header -->



<div class="description"><h1>Changes in RubyFilter 0.12 (released 2003-12-26)</h1>
<ul>
<li>Ruby 1.8.1 compatability changes.

</li>
</ul>
<h1>Changes in RubyFilter 0.11 (released 2003-09-17)</h1>
<ul>
<li>Ruby 1.8.0 compatability changes.

</li>
<li>No longer verify that a unix mbox file is in the correct format before
appending to it.

</li>
</ul>
<h1>Changes in RubyFilter 0.10 (released 2003-02-04)</h1>
<ul>
<li>Add <a href="../classes/RFilter/Deliver.html">RFilter::Deliver</a>.<a
href="../classes/RFilter/Deliver.html#M000017">write_to_mbox</a> that
writes to an already open mailbox file. This can be used when none of the
anal checks, locking, etc. that <a
href="../classes/RFilter/Deliver.html">RFilter::Deliver</a>.<a
href="../classes/RFilter/Deliver.html#M000016">deliver_mbox</a> does is
desireable.

</li>
<li>Add RFilter::KeyedMailbox#each_key and RFilter::KeyedMailbox#key_mtime
methods that can be used to implement expiry when you want to process the
message before it is deleted.

</li>
<li>DeliveryAgent#deliver_mbox now ignores the SIGXFSZ exception and recovers
from the EFBIG Errno exception.

</li>
</ul>
<h1>Changes in RubyFilter 0.9 (released 2002-01-16)</h1>
<ul>
<li>New DeliveryAgent#filter method that can be used to filter a message
through an external command, possibly changing the message.

</li>
<li>DeliveryAgent::DeliveryPipeFailure renamed to
DeliveryAgent::DeliveryCommandFailure since it is now raised by
DeliveryAgent#pipe as well as DeliveryAgent#filter.

</li>
<li>DeliveryAgent#defer and DeliveryAgent#reject now have a default argument
for the message string.

</li>
<li>Other changes to bring up to date with current RubyMail and Ruby 1.8.0.

</li>
</ul>
<h1>Changes in RubyFilter 0.8 (released 2002-03-18)</h1>
<ul>
<li>Created from RubyMail 0.7

</li>
<li>All Mail::* constants moved into the <a
href="../classes/RFilter.html">RFilter</a>:: module.

</li>
<li>Mail::Deliver.<a
href="../classes/RFilter/Deliver.html#M000016">deliver_mbox</a> returns the
name of the file delivered to.

</li>
<li>rdeliver.rb now prints DeliveryDever and DeliveryReject messages to stdout
in the hopes that the MTA will include them in the bounce message.

</li>
<li>Renamed Mail::LDA to <a
href="../classes/RFilter/DeliveryAgent.html">RFilter::DeliveryAgent</a>.

</li>
<li><a href="../classes/RFilter/Deliver.html">RFilter::Deliver</a>.<a
href="../classes/RFilter/Deliver.html#M000020">deliver_maildir</a> &#8212;
bring in line with the Maildir delivery spec (i.e. stat the tmp file before
trying to open it instead of relying on O_EXCL).

</li>
</ul>
</div>








</body>
</html>