sagator

Section: SAGATOR (8)
Updated: December 20, 2004
Index Return to Main Contents
 

NAME

sgfilter - scan something for viruses/spams over sagator's filterd() service  

SYNOPSIS

sgfilter [--help] [--host hostname] [--port number] [filename]  

DESCRIPTION

This command is a part of sagator. It can be used to scan emails for viruses/spams. It is usable for example for courier smtpd, but can be used also for procmail or other configurations.  

OPTIONS

--help
Display a short help text.
--host hostname
Define a hostname of sagator's filterd() service.
--port number
Define a port of sagator's filterd() service.
filename
Name of the file to open. If it is not defined, standard input is used.
 

EXAMPLES

An procmailrc filter:
# filter through sagator
:0fw
|sgfilter
# move identified emails to quarantine
:0
* ^X-Sagator-Status: .
$HOME/mail/quarantine
An courier filter:
xfilter "/usr/bin/sgfilter --host localhost --port 27"
 

AUTHOR

Jan ONDREJ (SAL) <ondrejj (at) salstar.sk>  

SEE ALSO

sgscan(1), sagator(8), sqback(8)


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLES
AUTHOR
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 09:35:54 GMT, December 23, 2005