[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Vacation messages - simple problem ?



I found that and works for me in RaQ4:


At root as SU - run
pico /usr/local/sbin/vacation.pl
Find lines

open (OUT, "|$Sendmail -oi -t") || die "Can't open sendmail $!\n";

print OUT "From: $user_from\n";
and add
$user_from =~ s/\@www\.(.*)/\@$1/;

in between like that...


open (OUT, "|$Sendmail -oi -t") || die "Can't open sendmail $!\n";
$user_from =~ s/\@www\.(.*)/\@$1/;
print OUT "From: $user_from\n";

--------
E-mail y acceso a Internet UltraVeloz totalmente GRATIS en Buenos Aires,
Rosario, Cordoba, Mendoza, La Plata y Pilar
http://www.Argentina.com 
Nro. de acceso 5078-5000 Usuario: Argentina Password: Argentina