TIP: Click on subject to list as thread! ANSI
echo: fidosoft.husky
to: Sean Rima
from: Stas Mishchenkov
date: 2023-08-01 14:58:00
subject: Deleting netmail attach m

Hi Sean!

Tuesday August 01 2023 12:01, you wrote to All:

 SR> How do I delete netmail attach messages that come in with files and
 SR> tics. I searched the texi file but cannot see it

hptperlfile /home/fido/perl/filter.pl

---- filter.pl ----

sub filter()
{
  unless ( $area ) {
    if ( istous($toaddr) ) {
      if ( $fromname eq 'FileFix' ) {
        my $attrr = attr2str( $attr )
        if ( $attrr  =~ /\bAtt\b/i ) {
                $kill = 1;
                return 'Attach from FileFix killed.';
        }
      }
# ...
    }
# ...
  }
}


sub istous($)
{
    my ( $addrr ) = @_;
    for my $cfg_addr ( @{$config{addr}} ) {
        if( $addrr eq $cfg_addr ) {
            return 1;
        }
    }
return 0;
}

-------------------


Have a nice night.
          Stas Mishchenkov.

--- Have You daily sexual life? Hide it proper from Your wife! ;)
                                                                                                    
* Origin: Lame Users Breeding. Simferopol, Crimea. (2:460/5858)

SOURCE: echomail via QWK@pharcyde.org

Email questions or comments to sysop@ipingthereforeiam.com
All parts of this website painstakingly hand-crafted in the U.S.A.!
IPTIA BBS/MUD/Terminal/Game Server List, © 2025 IPTIA Consulting™.