Re: X-Kannel Header Problem
Rory Campbell-Lange <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
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>