~ubuntu-branches/ubuntu/trusty/opendkim/trusty

« back to all changes in this revision

Viewing changes to miltertest/miltertest.8

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2012-06-08 14:38:25 UTC
  • mfrom: (1.2.14) (3.2.7 sid)
  • Revision ID: package-import@ubuntu.com-20120608143825-ehz9xxdvii6podhh
Tags: 2.6.0-1
* New upstream release (now DFSG free so tarball repacking no longer
  required)
  - Rename libopendkim6 to libopendkim7 to match new soname
    - Update package and dependencies in debian/control
    - Rename .install and .doc files
  - Drop --enable-xtags from configure in debian/rules since it is now on by
    default
  - Update debian/copyright
  - Remove dversionmangle from debian/watch
  - Update README.Debian to reflect documentation no longer being stripped
* Correct copyright/license information in libar/ar-strl.h based on feedback
  from upstream (correction already implemented upstream for the next
  relese)
* Set --sysconfdir=/etc in configure so that generated man pages refer to
  the correct configuration file locations

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.TH miltertest 8 "The OpenDKIM Project"
2
2
.SH NAME
3
3
.B miltertest
 
4
\- milter unit test utility
4
5
.SH SYNOPSIS
5
6
.B miltertest
6
 
[-D name[=value]] [-s script] [-u] [-v] [-V] [-w]
 
7
[\-D name[=value]] [\-s script] [\-u] [\-v] [\-V] [\-w]
7
8
.SH DESCRIPTION
8
9
.B miltertest
9
10
simulates the MTA side of an MTA-milter interaction for testing a milter-aware
354
354
.PP
355
355
-- start the filter
356
356
.PP
357
 
mt.startfilter("../myfilter", "-p", "inet:12345@localhost")
 
357
mt.startfilter("../myfilter", "\-p", "inet:12345@localhost")
358
358
.PP
359
359
mt.sleep(2)
360
360
 
421
421
.PP
422
422
end
423
423
.PP
424
 
if mt.header(conn, "Date", "Tue, 22 Dec 2009 13:04:12 -0800") ~= nil then
 
424
if mt.header(conn, "Date", "Tue, 22 Dec 2009 13:04:12 \-0800") ~= nil then
425
425
.PP
426
426
        error "mt.header(Date) failed"
427
427
.PP
532
532
This man page covers version 1.4.0 of
533
533
.I miltertest.
534
534
.SH COPYRIGHT
535
 
Copyright (c) 2009-2011, The OpenDKIM Project.  All rights reserved.
 
535
Copyright (c) 2009-2012, The OpenDKIM Project.  All rights reserved.
536
536
.SH SEE ALSO
537
537
Milter -- http://www.milter.org
538
538
.P