* [9fans] p9p: .suspect added to mail attachments
@ 2013-01-08 15:11 Rudolf Sykora
2013-01-08 15:27 ` erik quanstrom
0 siblings, 1 reply; 5+ messages in thread
From: Rudolf Sykora @ 2013-01-08 15:11 UTC (permalink / raw)
To: Fans of the OS Plan 9 from Bell Labs
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [9fans] p9p: .suspect added to mail attachments
2013-01-08 15:11 [9fans] p9p: .suspect added to mail attachments Rudolf Sykora
@ 2013-01-08 15:27 ` erik quanstrom
2013-01-09 12:58 ` Rudolf Sykora
0 siblings, 1 reply; 5+ messages in thread
From: erik quanstrom @ 2013-01-08 15:27 UTC (permalink / raw)
To: 9fans
On Tue Jan 8 10:12:46 EST 2013, rudolf.sykora@gmail.com wrote:
> 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':
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [9fans] p9p: .suspect added to mail attachments
2013-01-08 15:27 ` erik quanstrom
@ 2013-01-09 12:58 ` Rudolf Sykora
2013-01-09 13:13 ` Bence Fábián
0 siblings, 1 reply; 5+ messages in thread
From: Rudolf Sykora @ 2013-01-09 12:58 UTC (permalink / raw)
To: Fans of the OS Plan 9 from Bell Labs
Hello,
On 8 January 2013 16:27, erik quanstrom <quanstro@quanstro.net> wrote:
> 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
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-01-09 21:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-08 15:11 [9fans] p9p: .suspect added to mail attachments Rudolf Sykora
2013-01-08 15:27 ` erik quanstrom
2013-01-09 12:58 ` Rudolf Sykora
2013-01-09 13:13 ` Bence Fábián
2013-01-09 21:26 ` Rudolf Sykora
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).