How do I delete netmail attach messages that come in with files and
tics. I searched the texi file but cannot see it
How do I delete netmail attach messages that come in with files and
tics. I searched the texi file but cannot see it
Hello everybody!
How do I delete netmail attach messages that come in with files and tics. I searched the texi file but cannot see it
How do I delete netmail attach messages that come in with files and
tics. I searched the texi file but cannot see it
Hello Sean,
Tuesday August 01 2023, Sean Rima wrote to All:
How do I delete netmail attach messages that come in with files and
tics. I searched the texi file but cannot see it
You could not see it because htick does not produce netmail attach messages when it sends files and ticks. And it does not produce them because they are not needed.
Ask your link to stop sending you the netmail attach messages. If he/she cannot, then the easiest option is to change the link. Otherwise, you may develop a script for deleting the messages.
Hi Sean!
Tuesday August 01 2023 12:01, you wrote to All:
How do I delete netmail attach messages that come in with files and
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;
}
-------------------
Hello, Sean Rima.
On 01/08/2023 14.01 you wrote:
Hello everybody!
How do I delete netmail attach messages that come in with files and tics.
I searched the texi file but cannot see it
There is a certain braindead TICK sending me empty netmails every day. I made carbon move rule to move those netmails to a black hole netmail area.
Hello Sean!
01 Aug 23, Sean Rima wrote to All:
How do I delete netmail attach messages that come in with files and
tics. I searched the texi file but cannot see it
Check the source at fidoconf/doc/keywords.hpt for "carbon copy" actions. There is carbondelete but i suggest to test the configuration with carbonmove at first.
I noticed the source texi file is much smaller than the info file. If you did not compile with info support then on the installed system the info file may not be available. But you can read the source fidoconfig.info with a text viewer/editor easily.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 368 |
Nodes: | 16 (2 / 14) |
Uptime: | 52:59:16 |
Calls: | 7,887 |
Calls today: | 1 |
Files: | 12,962 |
Messages: | 5,788,774 |