On 05/10/03, Andreas Fink ([EMAIL PROTECTED]) wrote:
> > $h->header('X-Kannel-DLR-Mask' => 7);
> > $h->push_header('X-Kannel-DLR-URL' => $dlr_url);
> > $h->push_header('X-Kannel-Validity' => 7200);
> well apparently you push the ULR and validity but not the mask
You can construct a header and then push onto it.
perldoc HTTP::Headers:
$h->push_header($field, $value)
Add a new field value for the specified header field. Previous
values for the same field are retained.
Are you saing the X-Kannel headers work?!
--
Rory Campbell-Lange
<[EMAIL PROTECTED]>
<www.campbell-lange.net>