Lines Matching full:sample
8 through reference to a sample filter which is attached at the end of this
46 The following command presumes that the sample code from the end of this
47 README is saved to a file named 'sample.c' and built in the local platform-
50 cc -I../../include -o sample sample.c libmilter.a ../libsm/libsm.a -pthread
138 To test sendmail with the sample filter, the following might be added (in
141 INPUT_MAIL_FILTER(`sample', `S=local:/var/run/f1.sock')
152 The sample filter takes one argument -p, which indicates the local port
157 % ./sample -p local:/var/run/f1.sock
159 If the sample filter returns immediately to a command line, there was either
183 Subject: testing sample filter
185 Sample body
197 If the sample filter did not log your test email, there are a number of
223 | SOURCE FOR SAMPLE FILTER |