Discussion:
[9fans] p9p: .suspect added to mail attachments
(too old to reply)
Rudolf Sykora
2013-01-08 15:11:50 UTC
Permalink
Hello,

is there a simple way to prevent the mailing chain of p9p from
'checking' sent attachments?
I am getting the following info appended to my mails and attachments
renamed by appending '.suspect':

"The following attachment had content that we can't prove to be harmless..."

I'd rather avoid any such checking and renaming.

Thank you!
Ruda

PS.: The message seems to come from
plan9port / src / cmd / upas / vf / vf.c
erik quanstrom
2013-01-08 15:27:55 UTC
Permalink
Post by Rudolf Sykora
Hello,
is there a simple way to prevent the mailing chain of p9p from
'checking' sent attachments?
I am getting the following info appended to my mails and attachments
vf is no longer useful. on plan 9 /mail/lib/qmail calls it.
i bet there's similar in p9p and it could be replaced with
cat.

- erik
Rudolf Sykora
2013-01-09 12:58:14 UTC
Permalink
Hello,
Post by erik quanstrom
vf is no longer useful. on plan 9 /mail/lib/qmail calls it.
i bet there's similar in p9p and it could be replaced with
cat.
- erik
I tried to locate the place where 'vf' is called (on p9p) with the commands:

cd $PLAN9/src
9 du -a . |awk '{print $2}' | xargs -I foo grep vf foo /dev/null |
grep -v Binary

but it seems it didn't hit anything useful...
what is it that I am assuming that is wrong?

Thanks!
Ruda
Bence Fábián
2013-01-09 13:13:55 UTC
Permalink
Post by Rudolf Sykora
Hello,
Post by erik quanstrom
vf is no longer useful. on plan 9 /mail/lib/qmail calls it.
i bet there's similar in p9p and it could be replaced with
cat.
- erik
cd $PLAN9/src
9 du -a . |awk '{print $2}' | xargs -I foo grep vf foo /dev/null |
grep -v Binary
but it seems it didn't hit anything useful...
what is it that I am assuming that is wrong?
Thanks!
Ruda
that it is called from C code. try $PLAN9/mail/lib

-bence
Rudolf Sykora
2013-01-09 21:26:06 UTC
Permalink
Post by Bence Fábián
that it is called from C code. try $PLAN9/mail/lib
-bence
ah. You're right. Now I have found it and removed from the pipeline.
Thanks!
Ruda

Loading...