9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [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

* Re: [9fans] p9p: .suspect added to mail attachments
  2013-01-09 12:58   ` Rudolf Sykora
@ 2013-01-09 13:13     ` Bence Fábián
  2013-01-09 21:26       ` Rudolf Sykora
  0 siblings, 1 reply; 5+ messages in thread
From: Bence Fábián @ 2013-01-09 13:13 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 685 bytes --]

2013/1/9 Rudolf Sykora <rudolf.sykora@gmail.com>

> 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
>
>
that it is called from C code. try $PLAN9/mail/lib

-bence

[-- Attachment #2: Type: text/html, Size: 1260 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [9fans] p9p: .suspect added to mail attachments
  2013-01-09 13:13     ` Bence Fábián
@ 2013-01-09 21:26       ` Rudolf Sykora
  0 siblings, 0 replies; 5+ messages in thread
From: Rudolf Sykora @ 2013-01-09 21:26 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On 9 January 2013 14:13, Bence Fábián <begnoc@gmail.com> wrote:

> 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



^ 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).