Re: spam filtering misc spams

2012-10-09 Thread David Diggles
On Mon, Oct 08, 2012 at 12:11:43PM -0400, Ted Unangst wrote: > On Tue, Oct 09, 2012 at 00:40, David Diggles wrote: > > I'm interested in hearing about peoples experiences with spam filtering > > the spam > > emails that make it through to misc. Mostly non-english. I have been using > > SpamAssass

Re: the idea of /fastboot ?

2012-10-09 Thread Artturi Alm
2012/10/10 Philip Guenther : > On Tue, Oct 9, 2012 at 5:01 PM, Theo de Raadt wrote: >> Yes, it is a relic. You may take action against it, Ted. > > Don't forget to also remove the shutdown(8) bits that use it. > > Philip Guenther > was bored, does this miss anything? Index: rc.8 ==

Re: the idea of /fastboot ?

2012-10-09 Thread Philip Guenther
On Tue, Oct 9, 2012 at 5:01 PM, Theo de Raadt wrote: > Yes, it is a relic. You may take action against it, Ted. Don't forget to also remove the shutdown(8) bits that use it. Philip Guenther

Re: the idea of /fastboot ?

2012-10-09 Thread Theo de Raadt
> On Tue, Oct 09, 2012 at 22:55, Илья Шипицин wrote: > > Hello! > > > > I'm investigating /etc/rc script. And I found the following there: > > > > if [ -e /fastboot ]; then > > echo "Fast boot: skipping disk checks." > > elif [ X"$1" = X"autoboot" ]; then > > echo "Automatic boot in prog

Alerta de seguridad

2012-10-09 Thread Santander Informa
[IMAGE] Estimado(a): Como usuarios de internet es nuestro deber estar informados de las oportunidades y eventuales riesgos que se puede llegar a presentar. Los delincuentes informáticos encuentran a diario como vulnerar los sistemas, por lo que debemos estar protegidos por herramientas de segurid

Re: the idea of /fastboot ?

2012-10-09 Thread Ted Unangst
On Tue, Oct 09, 2012 at 22:55, Илья Шипицин wrote: > Hello! > > I'm investigating /etc/rc script. And I found the following there: > > if [ -e /fastboot ]; then > echo "Fast boot: skipping disk checks." > elif [ X"$1" = X"autoboot" ]; then > echo "Automatic boot in progress: starting file system ch

Re: the idea of /fastboot ?

2012-10-09 Thread Nick Holland
On 10/09/2012 12:55 PM, Илья Шипицин wrote: Hello! I'm investigating /etc/rc script. And I found the following there: if [ -e /fastboot ]; then echo "Fast boot: skipping disk checks." elif [ X"$1" = X"autoboot" ]; then echo "Automatic boot in progress: starting file system che

Re: Question about the code

2012-10-09 Thread Stuart Henderson
On 2012-10-08, Ted Unangst wrote: > On Mon, Oct 08, 2012 at 13:59, David Coppa wrote: > >>> https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=473 >>> Fixed in trunk. >>> >>> Maybe update OpenBSD's code ? >> >> Here's a diff for our tree: > > I'm not the one doing future imports, but it seems i

the idea of /fastboot ?

2012-10-09 Thread Илья Шипицин
Hello! I'm investigating /etc/rc script. And I found the following there: if [ -e /fastboot ]; then echo "Fast boot: skipping disk checks." elif [ X"$1" = X"autoboot" ]; then echo "Automatic boot in progress: starting file system checks." hmm... if I put /fastboot, no filesystem

Re: NEW comms/gammu wammu

2012-10-09 Thread Erling Westenvik
On Tue, Oct 09, 2012 at 02:03:40PM +0200, Erling Westenvik wrote: > On Tue, Oct 09, 2012 at 03:38:40PM +0400, Kirill Bychkov wrote: > > It would be better to reply to ports@. > > Sure thing. Just scared of creating noise. Oh my.. Now I got it. Sorry for the noise! Too little sleep lately.. *

Re: NEW comms/gammu wammu

2012-10-09 Thread Erling Westenvik
On Tue, Oct 09, 2012 at 03:38:40PM +0400, Kirill Bychkov wrote: > It would be better to reply to ports@. Sure thing. Just scared of creating noise. > Thanks for your interest and testing. Gammu doesn't support Android and requires bluetooth for Symbian. OpenBSD does not support bluetooth on my l

Re: ikev2 and (ta-da) OpenBSD road warrior host

2012-10-09 Thread Reyk Floeter
On Thu, Oct 04, 2012 at 06:13:13AM +0200, Erling Westenvik wrote: > Shamefully I must admit what many OpenBSD'ers consider a crime worse > than intercourse with the devil, namely to follow a so-called "Howto" > (http://www.mouedine.net/) and within minutes having my daughters > Windows 7 road "warr

Votre tapis d'entrée personnalisé

2012-10-09 Thread Actimat
Le tapis logo pour mon entrée ? C'est bien fait pour moi ! Découvrez votre tapis comme s'il existait déjà ! Profitez de cette offre exceptionnelle valable jusqu'au 30 octobre 2012 - 10 % sur votre commande code promo P1031 Le Tapis chiné 60x85 cm c'est cadeau !   t

Re: OpenBGPd / max-prefix 0

2012-10-09 Thread Laurent CARON
On Tue, Oct 09, 2012 at 10:18:24AM +0200, Sebastian Benoit wrote: > deny from $peer Thanks Sebastian

Re: OpenBGPd / max-prefix 0

2012-10-09 Thread Sebastian Benoit
Laurent CARON(lca...@unix-scripts.info) on 2012.10.09 09:14:43 +0200: > Hi, > > I'd like to establish a session with a peer I don't want to accept any > route of. > > My first guess would be to set "max-prefix 0" your first guess is wrong. > It seems however "max-prefix 0" means no limit on th

OpenBGPd / max-prefix 0

2012-10-09 Thread Laurent CARON
Hi, I'd like to establish a session with a peer I don't want to accept any route of. My first guess would be to set "max-prefix 0" It seems however "max-prefix 0" means no limit on the number of received prefixes. What is the best way to achieve this ? Thanks