| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=276989
|
|
|
|
| |
Notes:
svn path=/head/; revision=256346
|
|
|
|
| |
Notes:
svn path=/head/; revision=255721
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
Notes:
svn path=/head/; revision=237892
|
|
|
|
| |
Notes:
svn path=/head/; revision=226286
|
|
|
|
| |
Notes:
svn path=/head/; revision=226285
|
|
|
|
| |
Notes:
svn path=/head/; revision=182276
|
|
|
|
| |
Notes:
svn path=/head/; revision=162032
|
|
|
|
| |
Notes:
svn path=/head/; revision=148088
|
|
|
|
| |
Notes:
svn path=/head/; revision=138637
|
|
|
|
| |
Notes:
svn path=/head/; revision=136314
|
|
|
|
| |
Notes:
svn path=/head/; revision=129449
|
|
|
|
| |
Notes:
svn path=/head/; revision=124588
|
|
|
|
|
|
|
| |
SENDMAIL_PORT -> SENDMAIL_MILTER_PORT
Notes:
svn path=/head/; revision=124245
|
|
|
|
| |
Notes:
svn path=/head/; revision=124228
|
|
|
|
| |
Notes:
svn path=/head/; revision=121796
|
|
|
|
| |
Notes:
svn path=/head/; revision=121795
|
|
|
|
| |
Notes:
svn path=/head/; revision=113930
|
|
|
|
| |
Notes:
svn path=/head/; revision=103049
|
|
|
|
| |
Notes:
svn path=/head/; revision=102162
|
|
The milter recives messages from sendmail, and saves them as a file in
a directory. The directory name and the file name are the "$i" (queue
identifier) from Sendmail, making it easier to identify them. Once the
entire message has been received, the milter runs "ripmime" on the file
to extract any attachments. If rupmime returns without an error then it
will run "uvscan" on the diretory to scan all the files in it. If uvscan
returns an error, then the milter will look for viruses output from
uvscan, and reject the message reporting which viruses were found. If
viruses were found then the entire directory is moved to quarantine,
otherwise it is deleted.
The milter also does extention checks. Certain extentions are blocked
completely. In specific, extenions of .scr, .vbs, .pif, and .com are
blocked.
Author gave permission to distribute it with BSD-License.
WWW: http://www.nmt.edu/~wcolburn/antivirus/
Notes:
svn path=/head/; revision=97383
|